mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user