Index: LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt |
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ee0292c2e72fdb48291a1f85b883c2f727b1d75b |
--- /dev/null |
+++ b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt |
@@ -0,0 +1,15 @@ |
+Check that targeted class invalidation works for /shadow/ and /shadow-deep/ combinators. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(match1, null).backgroundColor is transparent |
+PASS getComputedStyle(match2, null).backgroundColor is transparent |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2 |
+PASS getComputedStyle(match1, null).backgroundColor is green |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2 |
+PASS getComputedStyle(match2, null).backgroundColor is green |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |