OLD | NEW |
1 Following actions must not emit resize events: page load, dynamic content genera
tion, and page scaling. | 1 Following actions must not emit resize events: page load, dynamic content genera
tion, and page scaling. |
2 The spec DOM Level 2 Events states that the resize event occurs when document vi
ew size (a.k.a layout size) is changed. Refer to http://www.w3.org/TR/DOM-Level-
2-Events/events.html | 2 The spec DOM Level 2 Events states that the resize event occurs when document vi
ew size (a.k.a layout size) is changed. Refer to http://www.w3.org/TR/DOM-Level-
2-Events/events.html |
3 However, showing/hiding scrollbars shouldn't be considered a layout size change.
Refer to webkit.org/b/80242 | 3 However, showing/hiding scrollbars shouldn't be considered a layout size change.
Refer to webkit.org/b/80242 |
| 4 PASS successfullyParsed is true |
| 5 |
| 6 TEST COMPLETE |
4 PASS resizeEventCount is 0 | 7 PASS resizeEventCount is 0 |
5 | 8 |
OLD | NEW |