Skip to content

Commit 4f841cd

Browse files
committed
[manifest] Guard against duplicate fuzzy keys
This requires updating a number of tests, but in the case of css/css-masking/clip-path/* this doesn't change anything (it just removes the previously overridden first fuzzy annotation), as the second was broader anyway. The only notable test change is css/filter-effects/backdrop-filter-backdrop-root-opacity.html where the fuzzy annotation *does* need to be broadened to encompass both of what was intended.
1 parent 3ee0b8c commit 4f841cd

19 files changed

+19
-18
lines changed

css/css-masking/clip-path/clip-path-circle-001.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
99
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
1010
<link rel="match" href="reference/clip-path-circle-ref.html">
11-
<meta name="fuzzy" content="0-38; 0-800">
1211
<meta name="assert" content="The clip-path property takes the basic shape
1312
'circle' for clipping. Test absolute values for arguments. On pass you
1413
should see a green circle and no red.">

css/css-masking/clip-path/clip-path-circle-002.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
88
<link rel="match" href="reference/clip-path-circle-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-800">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'circle' for clipping. Test percentage values for arguments. If no
1211
reference box was specified, percentage is relative to border-box. On pass

css/css-masking/clip-path/clip-path-circle-003.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
88
<link rel="match" href="reference/clip-path-circle-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-800">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'circle' for clipping. Test percentage value as argument for radius and no
1211
position arguments. The circle should be in the center of the element. On

css/css-masking/clip-path/clip-path-circle-004.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
88
<link rel="match" href="reference/clip-path-circle-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-800">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'circle' for clipping. Test percentage value as argument for position and
1211
no radius argument. The circle must behave like it has a radius of

css/css-masking/clip-path/clip-path-circle-005.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
88
<link rel="match" href="reference/clip-path-circle-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-800">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'circle' for clipping. The circle has a radius of 'closest-side'. This test
1211
has a squred div-box. Therefore, 'closest-side', 50% and 'farthest-side'

css/css-masking/clip-path/clip-path-circle-006.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
88
<link rel="match" href="reference/clip-path-circle-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-800">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'circle' for clipping. The circle has a radius of 'farthest-side'. This
1211
test has a squred div-box. Therefore, 'closest-side', 50% and

css/css-masking/clip-path/clip-path-circle-007.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
88
<link rel="match" href="reference/clip-path-circle-2-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-800">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'circle' for clipping. The clipped div box is twice as wide as it is
1211
height. With 'closest-side', there should be a full green circle.">

css/css-masking/clip-path/clip-path-circle-008.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
88
<link rel="match" href="reference/clip-path-circle-3-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-800">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'circle' for clipping. The clipped div box is twice as high as it is
1211
wide. With 'closest-side', there should be a full green circle.">

css/css-masking/clip-path/clip-path-ellipse-001.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#propdef-clip-path">
88
<link rel="match" href="reference/clip-path-ellipse-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-400">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'ellipse' for clipping. Test absolute values for radii and position
1211
arguments. On pass you should see a green ellipse.">

css/css-masking/clip-path/clip-path-ellipse-002.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
77
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#propdef-clip-path">
88
<link rel="match" href="reference/clip-path-ellipse-ref.html">
9-
<meta name="fuzzy" content="0-38; 0-400">
109
<meta name="assert" content="The clip-path property takes the basic shape
1110
'ellipse' for clipping. Test percentage values for radii and position
1211
arguments. Percentage values are relative to a reference box. If no

0 commit comments

Comments
 (0)