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

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

Issue 1743303002: Make browser hit testing return correct SurfaceId with nested Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits addressed Created 4 years, 9 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
« no previous file with comments | « content/test/content_browser_test_utils_internal.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 iframe {
4 position:absolute;
5 top: 50px;
6 left: 50px;
7 width: 200px;
8 height: 200px;
9 }
10 </style>
11 <html>
12 <body>
13 <iframe src="/cross-site/a.com/frame_tree/page_with_positioned_frame.html"></ifr ame>
14 This page contains a nested and positioned cross-origin frames.
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « content/test/content_browser_test_utils_internal.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698