mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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>
|
Loading…
Add table
Add a link
Reference in a new issue