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

Unified Diff: Source/web/tests/data/iframe-scrolling-inner.html

Issue 893683003: Implement top controls show/hide functionality for main thread scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix minor macro issue Created 5 years, 10 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: Source/web/tests/data/iframe-scrolling-inner.html
diff --git a/Source/web/tests/data/iframe-scrolling-inner.html b/Source/web/tests/data/iframe-scrolling-inner.html
index 365d21c8c8096c34a509ff014197c1888fa64ad9..91a719c50eaf02503f7f506a9904480f213ebc9f 100644
--- a/Source/web/tests/data/iframe-scrolling-inner.html
+++ b/Source/web/tests/data/iframe-scrolling-inner.html
@@ -1,5 +1,14 @@
<!DOCTYPE HTML>
<html>
-<body style="width:100px;height:100px;">
+<head>
+ <style>
+ body {
+ width: 1000px;
+ height: 1000px;
+ margin: 0;
+ }
+ </style>
+</head>
+<body>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698