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

Side by Side Diff: third_party/WebKit/LayoutTests/hittesting/image-with-border-radius-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 The border radius clip should be respected when hit testing images.
2
3
4 PASS successfullyParsed is true
5
6 TEST COMPLETE
7 PASS document.elementFromPoint(x + 20, y + 20).id is 'container'
8 PASS document.elementFromPoint(x + 35, y + 35).id is 'roundedImage'
9 PASS document.elementFromPoint(x + 60, y + 60).id is 'roundedImage'
10 PASS document.elementFromPoint(x + 68, y + 68).id is 'roundedImage'
11 PASS document.elementFromPoint(x + 80, y + 80).id is 'roundedImage'
12 PASS document.elementFromPoint(x + 230, y + 230).id is 'roundedImage'
13 PASS document.elementFromPoint(x + 240, y + 240).id is 'roundedImage'
14 PASS document.elementFromPoint(x + 265, y + 265).id is 'roundedImage'
15 PASS document.elementFromPoint(x + 275, y + 275).id is 'container'
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698