Index: third_party/WebKit/LayoutTests/fast/css/invalidation/hover-first-letter-sibling-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/hover-first-letter-sibling-expected.txt b/third_party/WebKit/LayoutTests/fast/css/invalidation/hover-first-letter-sibling-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f6f7944833881bb24daf8d107c8e5b574e0bcaf4 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/hover-first-letter-sibling-expected.txt |
@@ -0,0 +1,13 @@ |
+Sibling invalidation with :hover and ::first-letter |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(target).backgroundColor is transparent |
+PASS window.eventSender is defined. |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 4 |
+PASS getComputedStyle(target).backgroundColor is green |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+This text, and the orange square, should have a green background when the orange square is hovered. |