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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/scrollbar-and-iframe-hover.html

Issue 2784313002: Change hittest node to be scrollbar's parent when hittest include a scrollbar (Closed)
Patch Set: fix tests and add test Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <style>
4 body {
5 margin: 0;
6 }
7 iframe {
8 height: 200px;
9 width: 200px;
10 }
11 </style>
12
13 <iframe>
14 </iframe>
15
16 <div style="position: absolute; top: 1000px;">
bokan 2017/03/31 20:07:00 A nice trick here is to just add `height: 2000px`
17 make scrollbar enabled
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698