Rebaseline fast/dom/Window/window-resize-contents.html for non-Chromium ports.
authormihaip@chromium.org <mihaip@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Sep 2011 19:57:56 +0000 (19:57 +0000)
committermihaip@chromium.org <mihaip@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Sep 2011 19:57:56 +0000 (19:57 +0000)
Previous expected result was Chromium-specific because console line
numbers were different in JSC.

Additionally, the test doesn't behave as expected for non-Chromium
ports (window size remains at 800x600). Update the baselines to use
that for now, so that we're still aware of regressions/progressions.

* fast/dom/Window/window-resize-contents-expected.txt:
* platform/chromium/fast/dom/Window/window-resize-contents-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-contents-expected.txt.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95981 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/fast/dom/Window/window-resize-contents-expected.txt
LayoutTests/platform/chromium/fast/dom/Window/window-resize-contents-expected.txt [new file with mode: 0644]

index 2ecd776..5a95710 100644 (file)
@@ -1,5 +1,19 @@
 2011-09-26  Mihai Parparita  <mihaip@chromium.org>
 
+        Rebaseline fast/dom/Window/window-resize-contents.html for non-Chromium ports.
+        
+        Previous expected result was Chromium-specific because console line
+        numbers were different in JSC.
+        
+        Additionally, the test doesn't behave as expected for non-Chromium
+        ports (window size remains at 800x600). Update the baselines to use
+        that for now, so that we're still aware of regressions/progressions.
+
+        * fast/dom/Window/window-resize-contents-expected.txt:
+        * platform/chromium/fast/dom/Window/window-resize-contents-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-contents-expected.txt.
+
+2011-09-26  Mihai Parparita  <mihaip@chromium.org>
+
         Unreviewed, rolling out r95960.
         http://trac.webkit.org/changeset/95960
         https://bugs.webkit.org/show_bug.cgi?id=58608
index 2db0893..0bfd16c 100644 (file)
@@ -1,6 +1,6 @@
-CONSOLE MESSAGE: line 18: Initial reference node dimensions 800 x 600
+CONSOLE MESSAGE: line 19: Initial reference node dimensions 800 x 600
 CONSOLE MESSAGE: line 20: Increasing window size by 10 x 10
-CONSOLE MESSAGE: line 22: Post-resize reference node dimensions 810 x 610
+CONSOLE MESSAGE: line 23: Post-resize reference node dimensions 800 x 600
 This test checks that the yellow reference DOM node (which should be as big as the window) gets resized when the window is resized.
 
 To avoid relayouts and repaints caused by DOM-based logging, it doesn't output anything. Please check the console for confirmation that the node dimensions increase by 10x10.
diff --git a/LayoutTests/platform/chromium/fast/dom/Window/window-resize-contents-expected.txt b/LayoutTests/platform/chromium/fast/dom/Window/window-resize-contents-expected.txt
new file mode 100644 (file)
index 0000000..2db0893
--- /dev/null
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 18: Initial reference node dimensions 800 x 600
+CONSOLE MESSAGE: line 20: Increasing window size by 10 x 10
+CONSOLE MESSAGE: line 22: Post-resize reference node dimensions 810 x 610
+This test checks that the yellow reference DOM node (which should be as big as the window) gets resized when the window is resized.
+
+To avoid relayouts and repaints caused by DOM-based logging, it doesn't output anything. Please check the console for confirmation that the node dimensions increase by 10x10.