Index: LayoutTests/fast/css/cursor-parsing-quirks-expected.txt |
diff --git a/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt b/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..04a1701ca7f6d9e503ae9b2b915c999d08a3a991 |
--- /dev/null |
+++ b/LayoutTests/fast/css/cursor-parsing-quirks-expected.txt |
@@ -0,0 +1,15 @@ |
+Test the parsing of the cursor property in quirks mode. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Test cursor rules which should accept 'hand' as an alias of 'pointer'. |
+PASS roundtripCssRule("cursor: hand;") is "cursor: pointer;" |
+PASS roundtripCssRule("cursor: url(file:///foo.png), hand;") is "cursor: url(file:///foo.png), pointer;" |
+ |
+Test invalid cursor rules which shouldn't parse at all. |
+PASS roundtripCssRule("cursor: url(file:///foo.png), url(file:///foo2.png);") is "" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |