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

Side by Side Diff: LayoutTests/fast/events/resize-events-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698