Index: LayoutTests/fast/css/invalidation/empty-pseudo-sibling-expected.txt |
diff --git a/LayoutTests/fast/css/invalidation/empty-pseudo-sibling-expected.txt b/LayoutTests/fast/css/invalidation/empty-pseudo-sibling-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7b465b4535730d6a0ad60cda92aac7a3f298baaa |
--- /dev/null |
+++ b/LayoutTests/fast/css/invalidation/empty-pseudo-sibling-expected.txt |
@@ -0,0 +1,15 @@ |
+Use descendant invalidation set for :empty pseudo class - sibling invalidation. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(emptySibling, '').backgroundColor is green |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 7 |
+PASS getComputedStyle(emptySibling, '').backgroundColor is transparent |
+PASS getComputedStyle(notEmptySibling, '').backgroundColor is transparent |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 6 |
+PASS getComputedStyle(notEmptySibling, '').backgroundColor is green |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |