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

Unified Diff: LayoutTests/fast/frames/seamless/seamless-body-margin-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT 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/frames/seamless/seamless-body-margin-expected.txt
diff --git a/LayoutTests/fast/frames/seamless/seamless-body-margin-expected.txt b/LayoutTests/fast/frames/seamless/seamless-body-margin-expected.txt
index 288e334ce9b2fd108c4221f79e581912596e8ad4..9f23fa3ca97c440b3a14d847c35e4261e1c77e04 100644
--- a/LayoutTests/fast/frames/seamless/seamless-body-margin-expected.txt
+++ b/LayoutTests/fast/frames/seamless/seamless-body-margin-expected.txt
@@ -1,10 +1,10 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
This test ensures that the 'body' element inside a seamless iframe defaults to a margin of 0px rather than 8px, and that we don't break the parent document's 'body' style in the process.
PASS window.getComputedStyle(document.body).getPropertyCSSValue('margin').cssText is "8px"
PASS window.getComputedStyle(seamlesssrcdoc).getPropertyCSSValue('margin').cssText is "0px"
PASS window.getComputedStyle(seamlesssrc).getPropertyCSSValue('margin').cssText is "0px"
PASS window.getComputedStyle(srcdoc).getPropertyCSSValue('margin').cssText is "8px"
PASS window.getComputedStyle(src).getPropertyCSSValue('margin').cssText is "8px"
-PASS successfullyParsed is true
-
-TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698