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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Image hit testing should not include clipped-out regions.
2
3
4 PASS successfullyParsed is true
5
6 TEST COMPLETE
7 PASS document.elementFromPoint(25, 75).id is not 'image'
8 PASS document.elementFromPoint(75, 25).id is 'image'
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698