Title: [95981] trunk/LayoutTests
Revision
95981
Author
mih...@chromium.org
Date
2011-09-26 12:57:56 -0700 (Mon, 26 Sep 2011)

Log Message

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.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95980 => 95981)


--- trunk/LayoutTests/ChangeLog	2011-09-26 19:54:16 UTC (rev 95980)
+++ trunk/LayoutTests/ChangeLog	2011-09-26 19:57:56 UTC (rev 95981)
@@ -1,5 +1,19 @@
 2011-09-26  Mihai Parparita  <mih...@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  <mih...@chromium.org>
+
         Unreviewed, rolling out r95960.
         http://trac.webkit.org/changeset/95960
         https://bugs.webkit.org/show_bug.cgi?id=58608

Modified: trunk/LayoutTests/fast/dom/Window/window-resize-contents-expected.txt (95980 => 95981)


--- trunk/LayoutTests/fast/dom/Window/window-resize-contents-expected.txt	2011-09-26 19:54:16 UTC (rev 95980)
+++ trunk/LayoutTests/fast/dom/Window/window-resize-contents-expected.txt	2011-09-26 19:57:56 UTC (rev 95981)
@@ -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.

Copied: trunk/LayoutTests/platform/chromium/fast/dom/Window/window-resize-contents-expected.txt (from rev 95974, trunk/LayoutTests/fast/dom/Window/window-resize-contents-expected.txt) (0 => 95981)


--- trunk/LayoutTests/platform/chromium/fast/dom/Window/window-resize-contents-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/dom/Window/window-resize-contents-expected.txt	2011-09-26 19:57:56 UTC (rev 95981)
@@ -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.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to