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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <head>
2 <style type="text/css">
3 html { overflow: hidden; }
4 #anchor { margin: 100em 0em 0;}
5 .picture {margin: 0 0 50em 0em; }
6 </style>
7 </head>
8 <body>
9 <a id="clickme" href="#anchor">Click here</a>
10 <h2 id="anchor">Any text</h2>
11 <div id="textInFrame" class="picture">
12 <span> click and hold and drag mouse up to see if it scroll in Safari.</ div>
Julien - ping for review 2013/09/04 20:50:36 "scroll in Safari"? :)
13 </div>
14 <div id="console"></div>
15 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698