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

Unified Diff: LayoutTests/fast/events/resize-events-fixed-layout-expected.txt

Issue 20140002: Remove minimumLayoutDelay() and associated machinery (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: another fix 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/resize-events-fixed-layout-expected.txt
diff --git a/LayoutTests/fast/events/resize-events-fixed-layout-expected.txt b/LayoutTests/fast/events/resize-events-fixed-layout-expected.txt
index e67cd7d87629e5f65673d7a5b6d85f5e33830174..f9de051b2a4ff48ae740496f03467a6afa26c9f5 100644
--- a/LayoutTests/fast/events/resize-events-fixed-layout-expected.txt
+++ b/LayoutTests/fast/events/resize-events-fixed-layout-expected.txt
@@ -2,5 +2,5 @@ Following actions must not emit resize events: page load, dynamic content genera
When fixed layout is enabled, changing fixed layout size must emit resize event.
The 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
However, showing/hiding scrollbars shouldn't be considered a layout size change. Refer to webkit.org/b/80242
-PASS resizeEventCount is 1
+PASS resizeEventCount is 2

Powered by Google App Engine
This is Rietveld 408576698