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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html

Issue 1415513002: Remove plumbing for inert-visual-viewport flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
index 733d2def395ef8aa02ca0bf2672be579d80a0396..680f372768eda017e773750a099910de9e5e294e 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
@@ -30,7 +30,7 @@
<script src="../../resources/js-test.js"></script>
</head>
<body style="height: 2000px; width: 2000px; margin:0px;" onload="test();">
- <div style="position: fixed; bottom: 100px; right: 100px; z-index: 1">
+ <div style="position: fixed; bottom: 400px; right: 500px; z-index: 1">
bokan 2015/10/19 15:01:14 Why did this change?
ymalik 2015/10/20 21:27:14 The call to window.scrollTo on Line 14 would previ
<div style="left:0; top:0; width:100px; height:100px; position:absolute; background:black;"></div>
<div style="left:100px; top:0; width:100px; height:100px; position:absolute; background:green;"></div>

Powered by Google App Engine
This is Rietveld 408576698