| OLD | NEW |
| 1 Tests that console warnings are issued for a blocked event listener and that the
re is no crash when an offending listener is removed by the handler. | 1 Tests that console warnings are issued for a blocked event listener and that the
re is no crash when an offending listener is removed by the handler. |
| 2 | 2 |
| 3 There should be no warnings above this line | 3 There should be no warnings above this line |
| 4 Handling of 'wheel' input event was delayed for <number> ms due to main thread b
eing busy. Consider marking event handler as 'passive' to make the page more res
ponive. | 4 Handling of 'wheel' input event was delayed for <number> ms due to main thread b
eing busy. Consider marking event handler as 'passive' to make the page more res
ponsive. |
| 5 Handling of 'touchstart' input event was delayed for <number> ms due to main thr
ead being busy. Consider marking event handler as 'passive' to make the page mor
e responive. | 5 Handling of 'touchstart' input event was delayed for <number> ms due to main thr
ead being busy. Consider marking event handler as 'passive' to make the page mor
e responsive. |
| 6 Handling of 'touchmove' input event was delayed for <number> ms due to main thre
ad being busy. Consider marking event handler as 'passive' to make the page more
responive. | 6 Handling of 'touchmove' input event was delayed for <number> ms due to main thre
ad being busy. Consider marking event handler as 'passive' to make the page more
responsive. |
| 7 | 7 |
| OLD | NEW |