Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This test checks that we correctly update the pointer event handler count when a n Input element with default pointer handlers changes documents. | |
|
Navid Zolghadr
2017/06/01 16:26:13
Is this file needed?
eirage
2017/06/01 19:59:24
This is not needed. I forgot to remove this file.
| |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS window.internals.pointerEventHandlerCount(document) is 0 | |
| 7 PASS window.internals.pointerEventHandlerCount(document) is 2 | |
| 8 PASS window.internals.pointerEventHandlerCount(document) is 2 | |
| 9 PASS window.internals.pointerEventHandlerCount(document) is 2 | |
| 10 PASS window.internals.pointerEventHandlerCount(document) is 0 | |
| 11 PASS successfullyParsed is true | |
| 12 | |
| 13 TEST COMPLETE | |
| 14 | |
| OLD | NEW |