Side by Side Diff: LayoutTests/fast/events/resize-events-expected.txt
Issue 14766010:
Clarify the size of a document view (a.k.a layout size) that causes FrameView to emit the resize ev… (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use js-test-pre.js
Created 7 years, 5 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1Test how many resize events are emitted during page load and dynamic content generation. Do not resize the page. It invalidates the test.
1Following actions must not emit resize events: page load, dynamic content generation, page scaling and changing fixed layout size.
2Resize events (should be 0): 0
2The spec DOM Level 2 Events states that the resize event occurs when document view size (a.k.a layout size) is changed. Refer to http://www.w3.org/TR/DOM-Level-2-Events/events.html
3PASS
3However, showing/hiding scrollbars shouldn't be considered a layout size change. Refer to webkit.org/b/80242
Issue 14766010: Clarify the size of a document view (a.k.a layout size) that causes FrameView to emit the resize ev…
(Closed)
Created 7 years, 7 months ago by dshwang
Modified 7 years, 5 months ago
Reviewers: aelias_OOO_until_Jul13, kenneth.r.christiansen, leviw_travelin_and_unemployed
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 12