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

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

Issue 2290173004: Add some basic sanity tests to RootScroller for cases with remote frames. (Closed)
Patch Set: Use localFrame->frameWidget() Created 4 years, 3 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/RootScrollerTest.cpp ('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-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 31c054916805ececb0358fa699ba343d2629ed82..0223fdd3cf34329ccca59d0072c759c527f87823 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
@@ -23,8 +23,8 @@
}
#spacer {
- width: 400px;
- height: 400px;
+ width: 800px;
+ height: 800px;
}
</style>
</head>
« no previous file with comments | « third_party/WebKit/Source/web/tests/RootScrollerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698