| Index: third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest-expected.txt b/third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7282117ad332786b5662886b242664eeb174dc71
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/hittesting/paint-containment-hittest-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +Hit testing should respect clips established by contain: paint.
|
| +
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +PASS document.elementFromPoint(centerX, centerY).id is 'containTransform'
|
| +PASS document.elementFromPoint(centerX, centerY).id is 'containAbsolute'
|
| +PASS document.elementFromPoint(centerX, centerY).id is 'containFixed'
|
| +PASS document.elementFromPoint(centerX, centerY).id is 'body'
|
| +PASS document.elementFromPoint(centerX, centerY).id is 'body'
|
| +PASS document.elementFromPoint(centerX, centerY).id is 'body'
|
| +
|
|
|