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

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: bokan and mustaq comments addressed 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 height: 2000px;
7 }
8 iframe {
9 height: 200px;
10 width: 200px;
11 }
12 </style>
13
14 <iframe id="iframe">
15 </iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698