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

Unified Diff: third_party/WebKit/Source/web/tests/data/root-scroller-child.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
Index: third_party/WebKit/Source/web/tests/data/root-scroller-child.html
diff --git a/third_party/WebKit/Source/web/tests/data/root-scroller-child.html b/third_party/WebKit/Source/web/tests/data/root-scroller-child.html
index d5fb02449995f8f2b8de16ca711ffc019c8f90cc..31c054916805ececb0358fa699ba343d2629ed82 100644
--- a/third_party/WebKit/Source/web/tests/data/root-scroller-child.html
+++ b/third_party/WebKit/Source/web/tests/data/root-scroller-child.html
@@ -17,8 +17,8 @@
}
#container {
- width: 200px;
- height: 200px;
+ width: 100%;
+ height: 100%;
overflow: auto;
}

Powered by Google App Engine
This is Rietveld 408576698