| 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'
|
| +
|
|
|