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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fb613273b50ce8bf643b90ff1dce487a4834828c |
--- /dev/null |
+++ b/LayoutTests/fast/events/resize-events-fixed-layout-expected.txt |
@@ -0,0 +1,10 @@ |
+Following actions must not emit resize events: page load, dynamic content generation and page scaling. |
+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 |
+Do not resize the page. It invalidates the test. |
+Resize events (should be 1): 1 |
+PASS |
+ |
+ |
+ |