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

Unified Diff: LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html

Issue 23450017: Scrolling allowed when overflow:hidden (seen on Acid2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Scrolling allowed when overflow:hidden (seen on Acid2) 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: LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html
diff --git a/LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html b/LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html
new file mode 100644
index 0000000000000000000000000000000000000000..63f4446bea9b63670d8faa659629cf73dfc1f042
--- /dev/null
+++ b/LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html
@@ -0,0 +1,15 @@
+<head>
+<style type="text/css">
+ html { overflow: hidden; }
+ #anchor { margin: 100em 0em 0;}
+ .picture {margin: 0 0 50em 0em; }
+</style>
+</head>
+<body>
+ <a id="clickme" href="#anchor">Click here</a>
+ <h2 id="anchor">Any text</h2>
+ <div id="textInFrame" class="picture">
+ <span> click and hold and drag mouse up to see if it scrolls.</div>
+ </div>
+ <div id="console"></div>
+</body>
« no previous file with comments | « LayoutTests/fast/events/autoscroll-in-overflow-hidden-html-expected.txt ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698