Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c2251d39244038d0327beceaee47f462e75dae60..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)"

Powered by Google App Engine
This is Rietveld 408576698