Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -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>