Index: third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-host-pseudos-in-compound-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-host-pseudos-in-compound-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-host-pseudos-in-compound-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6dd084acb40f045dd221601abdc3efb8eb5e18ff |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-host-pseudos-in-compound-expected.txt |
@@ -0,0 +1,19 @@ |
+Multiple :host(-context) pseudos in same compound. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(host).color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host, '::before').color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host).color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host, '::before').color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host).color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host, '::before').color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host).color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host, '::before').color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host).color is "rgb(0, 128, 0)" |
+PASS getComputedStyle(host, '::before').color is "rgb(0, 128, 0)" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+Should be green |