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

Unified Diff: third_party/WebKit/LayoutTests/hittesting/image-with-clip-path-expected.txt

Issue 1506053003: Include clip-path and border radius when hit testing boxes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup tests to use js-test.js Created 5 years 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: third_party/WebKit/LayoutTests/hittesting/image-with-clip-path-expected.txt
diff --git a/third_party/WebKit/LayoutTests/hittesting/image-with-clip-path-expected.txt b/third_party/WebKit/LayoutTests/hittesting/image-with-clip-path-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0853831245e017cf457e0cf7ad02e4d8dc40b082
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/hittesting/image-with-clip-path-expected.txt
@@ -0,0 +1,9 @@
+Image hit testing should not include clipped-out regions.
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS document.elementFromPoint(25, 75).id is not 'image'
+PASS document.elementFromPoint(75, 25).id is 'image'
+

Powered by Google App Engine
This is Rietveld 408576698