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

Unified Diff: third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html

Issue 1970763002: Fixed up root scroller API to be more webby (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sigh...fix test expectation again, fix crash when there's no renderer Created 4 years, 6 months 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/root-scroller-child.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html
diff --git a/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html b/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html
index ed95121ea4c592ae4c5f8a7d419f8cc72b71b474..b6a6db16b22a6627560982391892741c37daae96 100644
--- a/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html
+++ b/third_party/WebKit/Source/web/tests/data/root-scroller-iframe.html
@@ -15,6 +15,12 @@
body {
margin: 0px;
}
+
+ iframe {
+ width: 100%;
+ height: 100%;
+ border-style: none;
+ }
</style>
</head>
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/root-scroller-child.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698