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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
1 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 'b ody' style in the process. 4 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 'b ody' style in the process.
2 PASS window.getComputedStyle(document.body).getPropertyCSSValue('margin').cssTex t is "8px" 5 PASS window.getComputedStyle(document.body).getPropertyCSSValue('margin').cssTex t is "8px"
3 PASS window.getComputedStyle(seamlesssrcdoc).getPropertyCSSValue('margin').cssTe xt is "0px" 6 PASS window.getComputedStyle(seamlesssrcdoc).getPropertyCSSValue('margin').cssTe xt is "0px"
4 PASS window.getComputedStyle(seamlesssrc).getPropertyCSSValue('margin').cssText is "0px" 7 PASS window.getComputedStyle(seamlesssrc).getPropertyCSSValue('margin').cssText is "0px"
5 PASS window.getComputedStyle(srcdoc).getPropertyCSSValue('margin').cssText is "8 px" 8 PASS window.getComputedStyle(srcdoc).getPropertyCSSValue('margin').cssText is "8 px"
6 PASS window.getComputedStyle(src).getPropertyCSSValue('margin').cssText is "8px" 9 PASS window.getComputedStyle(src).getPropertyCSSValue('margin').cssText is "8px"
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698