Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

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.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test how many resize events are emitted during page load and dynamic content gen eration. Do not resize the page. It invalidates the test. 1 Following actions must not emit resize events: page load, dynamic content genera tion, page scaling and changing fixed layout size.
2 Resize events (should be 0): 0 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 PASS 3 However, showing/hiding scrollbars shouldn't be considered a layout size change. Refer to webkit.org/b/80242
4 PASS resizeEventCount is 0
4 5
5
6
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/resize-events-count-expected.txt ('k') | LayoutTests/fast/events/resize-events-fixed-layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698