Index: LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt b/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt |
index 0edf08d3bca91718207c33aebb8d8892d31dcf45..124356a467122a0b55be1c5f1d8b0bfa76da6e68 100644 |
--- a/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt |
+++ b/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt |
@@ -1,3 +1,6 @@ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Test case: no reset-style-inheritance. color value should be inherited from the shadow host. |
PASS window.getComputedStyle(document.getElementById("no-reset-style-inheritance").firstChild).color is "rgb(255, 238, 238)" |
PASS window.getComputedStyle(document.getElementById("no-reset-style-inheritance").firstChild).backgroundColor is "rgba(0, 0, 0, 0)" |
@@ -28,7 +31,4 @@ PASS window.getComputedStyle(document.getElementById("multiple-insertion-points" |
PASS window.getComputedStyle(document.getElementById("multiple-insertion-points").firstChild).backgroundColor is "rgba(0, 0, 0, 0)" |
PASS window.getComputedStyle(document.getElementById("multiple-insertion-points").lastChild).color is "rgb(0, 0, 0)" |
PASS window.getComputedStyle(document.getElementById("multiple-insertion-points").lastChild).backgroundColor is "rgba(0, 0, 0, 0)" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
DONE |