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

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

Issue 23819019: Refactor fixed layout mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git rebase Created 7 years, 3 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-expected.txt
diff --git a/LayoutTests/fast/events/resize-events-expected.txt b/LayoutTests/fast/events/resize-events-expected.txt
index eedbdc577e0f33d4f5dd716d2ef79b087f5fc022..ad0a5818a401a5a26658c9acd6da376a9127a612 100644
--- a/LayoutTests/fast/events/resize-events-expected.txt
+++ b/LayoutTests/fast/events/resize-events-expected.txt
@@ -1,4 +1,4 @@
-Following actions must not emit resize events: page load, dynamic content generation, page scaling and changing fixed layout size.
+Following actions must not emit resize events: page load, dynamic content generation, and page scaling.
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 0

Powered by Google App Engine
This is Rietveld 408576698