Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit d2eb706

Browse files
committed
1 parent a2893f1 commit d2eb706

24 files changed

+167
-9
lines changed

vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="author" title="Ethan Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
88
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
9-
<link rel="match" href="background-repeat-round-4-ref.html">
9+
<link rel="match" href="background-repeat-space-2-ref.html">
1010
<meta name="assert" content="Test checks whether background-repeat: 'space' works correctly or not.">
1111
<style type="text/css">
1212
.outer {

vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="author" title="Ethan Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
88
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
9-
<link rel="match" href="background-repeat-round-3-ref.html">
9+
<link rel="match" href="background-repeat-space-3-ref.html">
1010
<meta name="assert" content="Test checks whether background-repeat: 'no-repeat space' and 'space no-repeat' works correctly or not.">
1111
<style type="text/css">
1212
.outer {

vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="author" title="Ethan Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
88
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
9-
<link rel="match" href="background-repeat-space-1-ref.html">
9+
<link rel="match" href="background-repeat-space-4-ref.html">
1010
<meta name="assert" content="Test checks whether background-repeat: 'repeat space' works correctly or not.">
1111
<style type="text/css">
1212
.outer {

vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="author" title="Ethan Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
88
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
9-
<link rel="match" href="background-repeat-space-1-ref.html">
9+
<link rel="match" href="background-repeat-space-5-ref.html">
1010
<meta name="assert" content="Test checks whether background-repeat: 'space repeat' works correctly or not.">
1111
<style type="text/css">
1212
.outer {

vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="author" title="Ethan Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
88
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
9-
<link rel="match" href="background-repeat-space-1-ref.html">
9+
<link rel="match" href="background-repeat-space-6-ref.html">
1010
<meta name="assert" content="Test checks whether background-repeat: 'round space' works correctly or not.">
1111
<style type="text/css">
1212
.outer {

vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="author" title="Ethan Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
88
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
9-
<link rel="match" href="background-repeat-space-1-ref.html">
9+
<link rel="match" href="background-repeat-space-7-ref.html">
1010
<meta name="assert" content="Test checks whether background-repeat: 'space round' works correctly or not.">
1111
<style type="text/css">
1212
.outer {

vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="author" title="Ethan Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
88
<link rel="help" href="https://www.w3.org/TR/css3-background/#background-repeat">
9-
<link rel="match" href="background-repeat-space-1-ref.html">
9+
<link rel="match" href="background-repeat-space-8-ref.html">
1010
<meta name="assert" content="Test checks whether background-repeat: 'space' works correctly or not.">
1111
<style type="text/css">
1212
.outer {

vendor-imports/mozilla/mozilla-central-reftests/masking/mask-image-3a.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<title>CSS Masking: mask-image: multiple SVG masks</title>
66
<link rel="author" title="CJ Ku" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
8+
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-mask-image">
9+
<link rel="match" href="mask-image-3-ref.html">
10+
<meta name="assert" content="Test checks whether SVG mask as mask layer works correctly or not.">
811
<svg height="0">
912
<mask id="mask1" x="0" y="0" width="100" height="100" >
1013
<rect x="0" y="0" width="50" height="50" style="stroke:none; fill: #ffffff"/>

vendor-imports/mozilla/mozilla-central-reftests/masking/mask-image-3b.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<title>CSS Masking: mask-image: interleave SVG mask with image mask </title>
66
<link rel="author" title="CJ Ku" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
8+
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-mask-image">
9+
<link rel="match" href="mask-image-3-ref.html">
10+
<meta name="assert" content="Test checks whether SVG mask and image as mask layer works correctly or not.">
811
<svg height="0">
912
<mask id="mask1" x="0" y="0" width="100" height="100" >
1013
<circle cx="50" cy="50" r="25" style="stroke:none; fill: #ffffff"/>

vendor-imports/mozilla/mozilla-central-reftests/masking/mask-image-3c.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<title>CSS Masking: mask-image: interleave SVG mask with image mask </title>
66
<link rel="author" title="CJ Ku" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
8+
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-mask-image">
9+
<link rel="match" href="mask-image-3-ref.html">
10+
<meta name="assert" content="Test checks whether SVG mask and image as mask layer works correctly or not.">
811
<svg height="0">
912
<mask id="mask1" x="0" y="0" width="100" height="100" >
1013
<circle cx="50" cy="50" r="25" style="stroke:none; fill: #ffffff"/>

0 commit comments

Comments
 (0)