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

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

Issue 2576943002: RootLayerScrolling: Fix RootScrollerTest. (Closed)
Patch Set: Created 4 years 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 b6a6db16b22a6627560982391892741c37daae96..4bb6e9bb6fab8961d1cc0319664f222569cd5ab0 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
@@ -21,10 +21,16 @@
height: 100%;
border-style: none;
}
+
+ #spacer {
+ width: 800px;
+ height: 800px;
+ }
</style>
</head>
<body>
<iframe src="root-scroller-child.html" id="iframe"></iframe>
+ <div id="spacer"></div>
</body>
</html>
« 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