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 ad0a5818a401a5a26658c9acd6da376a9127a612..7f41d3aa7c741e5254a0c28bc1760768ba6f4536 100644 |
--- a/LayoutTests/fast/events/resize-events-expected.txt |
+++ b/LayoutTests/fast/events/resize-events-expected.txt |
@@ -1,5 +1,8 @@ |
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 successfullyParsed is true |
+ |
+TEST COMPLETE |
PASS resizeEventCount is 0 |