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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/frame_tree/page_with_positioned_frame.html
diff --git a/content/test/data/frame_tree/page_with_positioned_frame.html b/content/test/data/frame_tree/page_with_positioned_frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..a235881bbe656c88190c2b86f69deee748b8277f
--- /dev/null
+++ b/content/test/data/frame_tree/page_with_positioned_frame.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+iframe {
+ position:absolute;
+ top: 50px;
+ left: 50px;
+ width: 100px;
+ height: 100px;
+}
+</style>
+<html>
+<body>
+<iframe src="/cross-site/baz.com/title1.html"></iframe>
+This page contains a positioned cross-origin iframe.
+</body>
+</html>
« 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