OLD | NEW |
(Empty) | |
| 1 Ensure hit test cache works in correct scenarios of scrolling, dom and style cha
nges. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
| 9 Hit test fixed div after scroll |
| 10 --------------------- |
| 11 Element is DIV, target |
| 12 Element (no cache) is DIV, target |
| 13 Hit Test 2/0 |
| 14 Element is DIV, testArea |
| 15 Element (no cache) is DIV, testArea |
| 16 Hit Test 2/0 |
| 17 Element is DIV, target |
| 18 Element (no cache) is DIV, target |
| 19 Hit Test 2/0 |
| 20 Hit test after style change |
| 21 --------------------- |
| 22 Element is DIV, target |
| 23 Element (no cache) is DIV, target |
| 24 Hit Test 2/0 |
| 25 Element is DIV, target |
| 26 Element (no cache) is DIV, target |
| 27 Hit Test 2/0 |
| 28 |
OLD | NEW |