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

Unified Diff: third_party/WebKit/Source/web/tests/data/mouse-wheel-overflow-body.html

Issue 1895323002: Viewport apply scroll should be on the document element not scrollingElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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/WebFrameTest.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/mouse-wheel-overflow-body.html
diff --git a/third_party/WebKit/Source/web/tests/data/mouse-wheel-overflow-body.html b/third_party/WebKit/Source/web/tests/data/mouse-wheel-overflow-body.html
new file mode 100644
index 0000000000000000000000000000000000000000..3585102489030b14d52a9aa79ee86592e501e5ba
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/mouse-wheel-overflow-body.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML>
+<head>
+ <style>
+ html {
+ height: 100%;
+ width: 100%;
+ overflow-y: scroll;
+ }
+
+ body {
+ height: 100%;
+ width: 50%;
+ margin: 0px 0px 100px 0px;
+ overflow-y: scroll;
+ }
+ </style>
+</head>
+<body>
+ <div style="height:1000px"></div>
+</body>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698