Side by Side Diff: LayoutTests/fast/events/resize-events-fixed-layout-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: Apply aellas's review
Created 7 years, 6 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1 Following actions must not emit resize events: page load, dynamic content genera
tion and page scaling.
2 When fixed layout is enabled, changing fixed layout size must emit resize event.
3 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
4 However, showing/hiding scrollbars shouldn't be considered a layout size change.
Refer to webkit.org/b/80242
5 Do not resize the page. It invalidates the test.
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