[Webkit-unassigned] [Bug 36813] New: LayoutTests/fast/dom/Window/window-resize.html fails on Mac if Dock is placed on the left

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 02:21:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36813

           Summary: LayoutTests/fast/dom/Window/window-resize.html fails
                    on Mac if Dock is placed on the left
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuzo at google.com


LayoutTests/fast/dom/Window/window-resize.html fails on Mac if Dock is placed
on the left.

How to reproduce:
1. System Preferences -> Dock -> Position on screen -> Left
2. run-webkit-tests LayoutTests/fast/dom/Window/window-resize.html
3. Observe the test fails with diff similar to the following:

--- /tmp/layout-test-results/fast/dom/Window/window-resize-expected.txt   
2010-03-30 18:19:18.000000000 +0900
+++ /tmp/layout-test-results/fast/dom/Window/window-resize-actual.txt   
2010-03-30 18:19:18.000000000 +0900
@@ -7,7 +7,7 @@
 window.resizeTo Tests

 Testing - resizeTo: Too Big
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 Testing - resizeTo: Too Small
 PASS window.outerWidth is 100
@@ -16,11 +16,11 @@
 PASS window.screenY is screen.availTop
 PASS window.outerHeight is screen.availHeight
 PASS window.screenX is screen.availLeft
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 Testing - resizeTo: Not Full Screen Out of Bounds
 PASS window.outerHeight + window.screenY - screen.availTop is
screen.availHeight
-PASS window.outerWidth + window.screenX - screen.availLeft is screen.width
+FAIL window.outerWidth + window.screenX - screen.availLeft should be 2560. Was
2503.

 window.resizeBy Tests

@@ -28,7 +28,7 @@
 PASS window.outerWidth is 100

 Testing - resizeBy: Too Big
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 window.moveTo Tests

@@ -42,15 +42,15 @@

 Testing - moveTo: Top Right
 PASS window.screenY is screen.availTop
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 Testing - moveTo: Right
 PASS window.screenY is screen.availTop
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 Testing - moveTo: Bottom Right
 PASS window.outerHeight is screen.availHeight
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 Testing - moveTo: Bottom
 PASS window.outerHeight is screen.availHeight
@@ -68,15 +68,15 @@

 Testing - moveBy: Zero Zero
 PASS window.screenY is 222
-PASS window.screenX is 200
+PASS window.screenX is 257

 Testing - moveBy: One Zero
 PASS window.screenY is 222
-PASS window.screenX is 201
+PASS window.screenX is 258

 Testing - moveBy: Zero One
 PASS window.screenY is 223
-PASS window.screenX is 201
+PASS window.screenX is 258

 Testing - moveBy: Top Left
 PASS window.screenY is screen.availTop
@@ -88,15 +88,15 @@

 Testing - moveBy: Top Right
 PASS window.screenY is screen.availTop
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 Testing - moveBy: Right
 PASS window.screenY is screen.availTop
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 Testing - moveBy: Bottom Right
 PASS window.outerHeight is screen.availHeight
-PASS window.outerWidth is screen.width
+FAIL window.outerWidth should be 2560. Was 2503.

 Testing - moveBy: Bottom
 PASS window.outerHeight is screen.availHeight

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list