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

Unified Diff: Source/web/tests/data/resize_scroll_fixed_width.html

Issue 23819019: Refactor fixed layout mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git rebase Created 7 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
Index: Source/web/tests/data/resize_scroll_fixed_width.html
diff --git a/Source/web/tests/data/resize_scroll_fixed_width.html b/Source/web/tests/data/resize_scroll_fixed_width.html
index 8f04396bc39ac061f487bece022c1e0f3be4c909..102863b15aeb64a27ca99d180ab12cdbefc43d51 100644
--- a/Source/web/tests/data/resize_scroll_fixed_width.html
+++ b/Source/web/tests/data/resize_scroll_fixed_width.html
@@ -1,6 +1,6 @@
<html>
<meta name="viewport" content="width=320">
- <body>
+ <body style="overflow: hidden">
<div>
<div>
<p id="div0">

Powered by Google App Engine
This is Rietveld 408576698