diff options
author | James Graham <james@hoppipolla.co.uk> | 2015-07-27 17:47:31 +0100 |
---|---|---|
committer | James Graham <james@hoppipolla.co.uk> | 2015-07-27 17:47:31 +0100 |
commit | df03062d626f485dd896ce9c4374dfce447dc657 (patch) | |
tree | a96bdde06c6cd88dd68bc5ef4de8277fc6250a60 /tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-004.htm | |
parent | 662c00a8109c49d4c57343156b774441f4f48640 (diff) | |
download | servo-df03062d626f485dd896ce9c4374dfce447dc657.tar.gz servo-df03062d626f485dd896ce9c4374dfce447dc657.zip |
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
Diffstat (limited to 'tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-004.htm')
-rw-r--r-- | tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-004.htm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-004.htm b/tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-004.htm index c4a3d52470c..9be58fd9692 100644 --- a/tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-004.htm +++ b/tests/wpt/css-tests/css-ui-3_dev/html/cursor-image-004.htm @@ -1,8 +1,9 @@ <!DOCTYPE html> <html><head><title>CSS Basic User Interface Test: Cursor property, url value</title> <link href="mailto:chris@w3.org" rel="author" title="Chris Lilley"> +<link href="http://florian.rivoal.net/" rel="reviewer" title="Florian Rivoal"> <!-- 2015-04-12 --> <link href="http://www.w3.org/TR/css3-ui/#cursor" rel="help"> -<meta content="interact image" name="flags"> +<meta content="interact image may" name="flags"> <meta charset="UTF-8"> <meta content="Test checks that an ICO image, with its own hotspot, is supported as a custom cursor." name="assert"> <style> @@ -14,4 +15,5 @@ <p>The test passes if, when moved inside the colored rectangle, the cursor looks like a sheep AND is not a sheep when outside.</p> <p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p> <div class="test"> </div> + </body></html>
\ No newline at end of file |