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 e30921e1671c3820e14fed27bc36738134f2820a..064053d40d9f1f9789287dce424b29536564bc98 100644 |
--- a/LayoutTests/fast/events/resize-events-expected.txt |
+++ b/LayoutTests/fast/events/resize-events-expected.txt |
@@ -1,4 +1,7 @@ |
-Test how many resize events are emitted during page load and dynamic content generation. Do not resize the page. It invalidates the test. |
+Following actions must not emit resize events: page load, dynamic content generation, page scaling and changing fixed layout size. |
+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 |
+Do not resize the page. It invalidates the test. |
Resize events (should be 0): 0 |
PASS |