Chromium Code Reviews| Index: LayoutTests/fast/events/hit-test-culled_inline-expected.txt |
| diff --git a/LayoutTests/fast/events/hit-test-culled_inline-expected.txt b/LayoutTests/fast/events/hit-test-culled_inline-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..55de3fa310b6b860effb4a961675f774c82a53fe |
| --- /dev/null |
| +++ b/LayoutTests/fast/events/hit-test-culled_inline-expected.txt |
| @@ -0,0 +1,21 @@ |
| +Click the empty area on the left |
| +Click the empty areain middle |
| +Click event should be fired when it occurs within culled inline. |
| + |
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| + |
| + |
| +PASS document.elementFromPoint(x, y).id is "clickme1" |
| +LABEL that is a parent of INPUT is clicked. |
| +LABEL that is a parent of INPUT is clicked. |
|
Rick Byers
2014/11/13 19:37:00
This output indicates the click handler is getting
|
| +PASS gotClick is true |
| + |
| +PASS document.elementFromPoint(x, y).id is "clickme2" |
| +SPAN that is a parent of EM is clicked. |
| +PASS gotClick is true |
| + |
| +PASS document.getElementById("checkbox").checked is true |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| + |