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

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

Issue 1489913003: Handle pointer-events: none in browser process hittesting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: readding header 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.html b/content/test/data/frame_tree/page_with_positioned_frame_pointer-events_none.html
similarity index 91%
copy from content/test/data/frame_tree/page_with_positioned_frame.html
copy to content/test/data/frame_tree/page_with_positioned_frame_pointer-events_none.html
index a235881bbe656c88190c2b86f69deee748b8277f..2e42948519eaaff81a5efd62d5186dbbbd311500 100644
--- a/content/test/data/frame_tree/page_with_positioned_frame.html
+++ b/content/test/data/frame_tree/page_with_positioned_frame_pointer-events_none.html
@@ -6,6 +6,7 @@ iframe {
left: 50px;
width: 100px;
height: 100px;
+ pointer-events: none;
}
</style>
<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