diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-09 01:48:05 -0500 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-12-10 10:03:03 -0500 |
commit | 35c74aecc22e60ccb3dbb03000c8546941b8250c (patch) | |
tree | 91cc0748250b0808b56652bd4162414074490410 /tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-png-037.htm | |
parent | 9aa1b1e408f3c7cc9c7774da203d261ac0922866 (diff) | |
download | servo-35c74aecc22e60ccb3dbb03000c8546941b8250c.tar.gz servo-35c74aecc22e60ccb3dbb03000c8546941b8250c.zip |
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
Diffstat (limited to 'tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-png-037.htm')
-rw-r--r-- | tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-png-037.htm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-png-037.htm b/tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-png-037.htm index 22cadf16c55..d5db0f4d73a 100644 --- a/tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-png-037.htm +++ b/tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-png-037.htm @@ -5,7 +5,7 @@ <meta content="interact" name="flags"> <meta content="Test checks that an indexed PNG image cursor with transparency is supported." name="assert"> <style> - .test{background: #ffe5b4; border: 2px solid #555; + .test{background: #ffe5b4; border: 2px solid #555; cursor:url(support/PTS/tm3n3p02.png), help; width :128px; height: 64px} .test:before {content: url(support/PTS/tm3n3p02.png) </style> @@ -13,5 +13,6 @@ <p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p> <p class="test"> </p> - <p>indexed PNG image, with multiple levels of transparency (tRNS), 8 bit/pixel. + <p>indexed PNG image, with multiple levels of transparency (tRNS), 8 bit/pixel. + </p></body></html>
\ No newline at end of file |