Index: LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt |
diff --git a/LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt b/LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f04c3c79d0444c0de02a560f8c66b666e1b9023c |
--- /dev/null |
+++ b/LayoutTests/fast/css/hover-pseudo-element-quirks-expected.txt |
@@ -0,0 +1,14 @@ |
+Quirks mode - universal :hover on pseudo elements |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS window.eventSender is defined. |
+PASS getComputedStyle(t1, '::before').backgroundColor is transparent |
+PASS getComputedStyle(t1, '::before').backgroundColor is green |
+PASS getComputedStyle(t2, '::after').backgroundColor is transparent |
+PASS getComputedStyle(t2, '::after').backgroundColor is green |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |