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

Unified Diff: content/test/data/frame_tree/page_with_positioned_frame_pointer-events_none.html

Issue 1643063002: Revert of Handle pointer-events: none in browser process hittesting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/frame_tree/page_with_positioned_frame_pointer-events_none.html
diff --git a/content/test/data/frame_tree/page_with_positioned_frame_pointer-events_none.html b/content/test/data/frame_tree/page_with_positioned_frame_pointer-events_none.html
deleted file mode 100644
index 2e42948519eaaff81a5efd62d5186dbbbd311500..0000000000000000000000000000000000000000
--- a/content/test/data/frame_tree/page_with_positioned_frame_pointer-events_none.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<style>
-iframe {
- position:absolute;
- top: 50px;
- left: 50px;
- width: 100px;
- height: 100px;
- pointer-events: none;
-}
-</style>
-<html>
-<body>
-<iframe src="/cross-site/baz.com/title1.html"></iframe>
-This page contains a positioned cross-origin iframe.
-</body>
-</html>
« no previous file with comments | « content/renderer/render_widget.cc ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698