mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
parent
9aa1b1e408
commit
35c74aecc2
11290 changed files with 92400 additions and 49214 deletions
|
@ -5,13 +5,13 @@
|
|||
<link href="http://www.w3.org/TR/css-masking-1/#the-mask-repeat" rel="help">
|
||||
<link href="reference/test-mask-ref.htm" rel="match">
|
||||
<meta properlyU0003A="" scale="" fit="" working="" area.U00022="" is="" roundU00022="" it="" should="" content="Test checks that the mask-repeart value " to="" the="" whole="" name="assert">
|
||||
<style>
|
||||
<style>
|
||||
.test {
|
||||
width:200px;
|
||||
height:200px;
|
||||
height:200px;
|
||||
white-space:normal;
|
||||
background:blue;
|
||||
mask-image:radial-gradient(black, black);
|
||||
mask-image:radial-gradient(black, black);
|
||||
mask-repeat:round;
|
||||
mask-size:100px 100px;
|
||||
mask-box-image:none;
|
||||
|
@ -21,6 +21,7 @@
|
|||
</head><body>
|
||||
<p>Test passes if there is a blue square and no red.</p>
|
||||
<div style="width: 200px; height:200px; position: fixed; background-color:red;"></div>
|
||||
<div class="test"></div>
|
||||
<div class="test"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -117,5 +117,5 @@ html/clip-rule-001.htm 685b1c6b98405699db11621e3739893d03bb287f ?
|
|||
xhtml1/clip-rule-001.xht 685b1c6b98405699db11621e3739893d03bb287f ?
|
||||
html/clip-rule-002.htm 060477805299dce5079f7940f4140876d0d2d33e ?
|
||||
xhtml1/clip-rule-002.xht 060477805299dce5079f7940f4140876d0d2d33e ?
|
||||
html/test-mask.htm 88975f14709774f1e76ca280b63c9bfbb8cad710 ?
|
||||
xhtml1/test-mask.xht 88975f14709774f1e76ca280b63c9bfbb8cad710 ?
|
||||
html/test-mask.htm d958a4c5495e1038da67e6f0a88ada4dbb3f9c1d ?
|
||||
xhtml1/test-mask.xht d958a4c5495e1038da67e6f0a88ada4dbb3f9c1d ?
|
||||
|
|
|
@ -56,4 +56,4 @@ clip-rect-comma-003 reference/clip-no-clipping-ref CSS Masking: Test comma separ
|
|||
clip-rect-comma-004 reference/clip-no-clipping-ref CSS Masking: Test comma separation of rect function on clip - no comma between 3rd and 4th value http://www.w3.org/TR/css-masking-1/#clip-property 38b542cefdad3a69bbb2c9161784112bfdbb0565 `Dirk Schulze`<mailto:dschulze@adobe.com> Values for rect function on clip can be white space or comma separated, but not both. Otherwise the property setting gets ignored. Testing rect function without comma separation between 3rd and 4th value. On pass you should see a green square with a blue border.
|
||||
clip-rule-001 reference/clip-rule-rectangle-border-ref CSS Masking: Test clip-rule property on polygon clip rule evenodd http://www.w3.org/TR/css-masking-1/#clipping-paths,http://www.w3.org/TR/css-masking-1/#propdef-clip-path,http://www.w3.org/TR/css-masking-1/#ClipPathElement 685b1c6b98405699db11621e3739893d03bb287f `Dirk Schulze`<mailto:dschulze@adobe.com> The clipPath element takes the basic shape 'polygon' for clipping. The point list for the polygon creates a 'whole' with the dimension of the background. With the clip rule 'evenodd', this whole is clipped out. The clipping makes the green background of the parent div box visible. On pass you should see a green box with a blue border.
|
||||
clip-rule-002 reference/clip-rule-rectangle-border-ref CSS Masking: Test clip-rule property on polygon clip rule nonzero http://www.w3.org/TR/css-masking-1/#clipping-paths,http://www.w3.org/TR/css-masking-1/#propdef-clip-path,http://www.w3.org/TR/css-masking-1/#ClipPathElement 060477805299dce5079f7940f4140876d0d2d33e `Dirk Schulze`<mailto:dschulze@adobe.com> The clipPath element takes the basic shape 'polygon' for clipping. The point list for the polygon creates a 'whole' with the dimension of the background. With the clip rule 'nonzero', this whole is clipped out. The clipping makes the green background of the parent div box visible. On pass you should see a green box with a blue border.
|
||||
test-mask reference/test-mask-ref CSS Masking: mask-repeat:round repeat; http://www.w3.org/TR/css-masking-1/#the-mask-repeat 88975f14709774f1e76ca280b63c9bfbb8cad710 `Li Jun`<mailto:64835173@qq.com> Test checks that the mask-repeart value
|
||||
test-mask reference/test-mask-ref CSS Masking: mask-repeat:round repeat; http://www.w3.org/TR/css-masking-1/#the-mask-repeat d958a4c5495e1038da67e6f0a88ada4dbb3f9c1d `Li Jun`<mailto:64835173@qq.com> Test checks that the mask-repeart value
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<link href="http://www.w3.org/TR/css-masking-1/#the-mask-repeat" rel="help" />
|
||||
<link href="reference/test-mask-ref.xht" rel="match" />
|
||||
<meta properlyU0003A="" scale="" fit="" working="" area.U00022="" is="" roundU00022="" it="" should="" content="Test checks that the mask-repeart value " to="" the="" whole="" name="assert" />
|
||||
<style>
|
||||
<style>
|
||||
.test {
|
||||
width:200px;
|
||||
height:200px;
|
||||
height:200px;
|
||||
white-space:normal;
|
||||
background:blue;
|
||||
mask-image:radial-gradient(black, black);
|
||||
mask-image:radial-gradient(black, black);
|
||||
mask-repeat:round;
|
||||
mask-size:100px 100px;
|
||||
mask-box-image:none;
|
||||
|
@ -21,6 +21,7 @@
|
|||
</head><body>
|
||||
<p>Test passes if there is a blue square and no red.</p>
|
||||
<div style="width: 200px; height:200px; position: fixed; background-color:red;"></div>
|
||||
<div class="test"></div>
|
||||
<div class="test"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -5,13 +5,13 @@
|
|||
<link href="http://www.w3.org/TR/css-masking-1/#the-mask-repeat" rel="help" />
|
||||
<link href="reference/test-mask-ref.xht" rel="match" />
|
||||
<meta properlyU0003A="" scale="" fit="" working="" area.U00022="" is="" roundU00022="" it="" should="" content="Test checks that the mask-repeart value " to="" the="" whole="" name="assert" />
|
||||
<style>
|
||||
<style>
|
||||
.test {
|
||||
width:200px;
|
||||
height:200px;
|
||||
height:200px;
|
||||
white-space:normal;
|
||||
background:blue;
|
||||
mask-image:radial-gradient(black, black);
|
||||
mask-image:radial-gradient(black, black);
|
||||
mask-repeat:round;
|
||||
mask-size:100px 100px;
|
||||
mask-box-image:none;
|
||||
|
@ -21,6 +21,7 @@
|
|||
</head><body>
|
||||
<p>Test passes if there is a blue square and no red.</p>
|
||||
<div style="width: 200px; height:200px; position: fixed; background-color:red;"></div>
|
||||
<div class="test"></div>
|
||||
<div class="test"></div>
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue