Index: third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt b/third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e4746829740e53ba88c819a678b94285f4f7a238 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/slotted-expected.txt |
@@ -0,0 +1,14 @@ |
+Style invalidation of slotted elements. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(slotted).backgroundColor is "rgba(0, 0, 0, 0)" |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS getComputedStyle(slotted).backgroundColor is "rgb(255, 0, 0)" |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS getComputedStyle(slotted).backgroundColor is "rgb(0, 128, 0)" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |