| Index: LayoutTests/fast/events/elementsFromPoint-expected.txt
|
| diff --git a/LayoutTests/fast/events/elementsFromPoint-expected.txt b/LayoutTests/fast/events/elementsFromPoint-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b00273293d831b473f1cab37d96aa7727fa0d58
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/elementsFromPoint-expected.txt
|
| @@ -0,0 +1,32 @@
|
| +PASS document.elementsFromPoint(1, 1).indexOf(simpleDiv) is >= 0
|
| +PASS document.elementsFromPoint(199, 1).indexOf(simpleDiv) is >= 0
|
| +PASS document.elementsFromPoint(1, 199).indexOf(simpleDiv) is >= 0
|
| +PASS document.elementsFromPoint(199, 199).indexOf(simpleDiv) is >= 0
|
| +PASS document.elementsFromPoint(51, 51).indexOf(divWithPseudo) is >= 0
|
| +PASS document.elementsFromPoint(149, 51).indexOf(divWithPseudo) is >= 0
|
| +PASS document.elementsFromPoint(51, 149).indexOf(divWithPseudo) is >= 0
|
| +PASS document.elementsFromPoint(149, 149).indexOf(divWithPseudo) is >= 0
|
| +PASS document.elementsFromPoint(101, 101).indexOf(divBetweenPseudo) is >= 0
|
| +PASS document.elementsFromPoint(199, 101).indexOf(divBetweenPseudo) is >= 0
|
| +PASS document.elementsFromPoint(101, 199).indexOf(divBetweenPseudo) is >= 0
|
| +PASS document.elementsFromPoint(199, 199).indexOf(divBetweenPseudo) is >= 0
|
| +PASS document.elementsFromPoint(1, 186).indexOf(withMargins) is >= 0
|
| +PASS document.elementsFromPoint(199, 186).indexOf(withMargins) is >= 0
|
| +PASS document.elementsFromPoint(1, 384).indexOf(withMargins) is >= 0
|
| +PASS document.elementsFromPoint(199, 384).indexOf(withMargins) is >= 0
|
| +PASS document.elementsFromPoint(101, 186).indexOf(inlineSpan) is >= 0
|
| +PASS document.elementsFromPoint(199, 186).indexOf(inlineSpan) is >= 0
|
| +PASS document.elementsFromPoint(101, 200).indexOf(inlineSpan) is >= 0
|
| +PASS document.elementsFromPoint(199, 200).indexOf(inlineSpan) is >= 0
|
| +PASS document.elementsFromPoint(51, 51).indexOf(noPointerEvents) is -1
|
| +PASS document.elementsFromPoint(149, 51).indexOf(noPointerEvents) is -1
|
| +PASS document.elementsFromPoint(51, 349).indexOf(noPointerEvents) is -1
|
| +PASS document.elementsFromPoint(149, 349).indexOf(noPointerEvents) is -1
|
| +PASS document.elementsFromPoint(41, 41).indexOf(threeD) is >= 0
|
| +PASS document.elementsFromPoint(239, 41).indexOf(threeD) is >= 0
|
| +PASS document.elementsFromPoint(41, 89).indexOf(threeD) is >= 0
|
| +PASS document.elementsFromPoint(239, 89).indexOf(threeD) is >= 0
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|