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

Side by Side Diff: content/test/data/frame_tree/page_with_positioned_frame.html

Issue 1255483004: Implement surface-based browser process hit testing for Mac and Aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 5 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 <!DOCTYPE html>
2 <style>
3 iframe {
4 position:absolute;
5 top: 50px;
6 left: 50px;
7 width: 100px;
8 height: 100px;
9 }
10 </style>
11 <html>
12 <body>
13 <iframe src="/cross-site/baz.com/title1.html"></iframe>
14 This page contains a positioned cross-origin iframe.
15 </body>
16 </html>
OLDNEW
« content/browser/renderer_host/render_widget_host_view_mac.mm ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698