[Webkit-unassigned] [Bug 10171] New: REGRESSION: failing layout test: fast/events/objc-event-api.html

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 31 12:03:54 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10171

           Summary: REGRESSION: failing layout test: fast/events/objc-event-
                    api.html
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P1
         Component: HTML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ggaren at apple.com
                CC: jonas.witt at gmail.com


This check-in caused the regression:

Index: WebKitTools/ChangeLog
===================================================================
--- WebKitTools/ChangeLog       (revision 15045)
+++ WebKitTools/ChangeLog       (revision 15046)
@@ -1,3 +1,14 @@
+2006-06-26  Jonas Witt  <jonas.witt at gmail.com>
+
+        Reviewed by Darin.
+
+        Bug 9579: LayoutTests/fast/events/objc-event-api.html failing due to
screenY output
+        http://bugzilla.opendarwin.org/show_bug.cgi?id=9579
+
+        Report screenY values as (height of zero screen - screenY)
+
+        * DumpRenderTree/EventSendingController.m: (-[EventSendingController
handleEvent:]):
+
 2006-06-25  Timothy Hatcher  <timothy at apple.com>

         Reviewed by Geoff.

Here's the diff:

---
/Users/buildbot/Desktop/BuildData/WebKit-BuildSlave/post-commit-powerpc-mac-os-x/build/LayoutTests/fast/events/objc-event-api-expected.txt
 2006-07-31 01:46:45.000000000 -0700
+++ layout-test-results/fast/events/objc-event-api-actual.txt   2006-07-31
02:43:06.000000000 -0700
@@ -274,8 +274,8 @@
   detail:        0
   view:          OK (document: OK)
   button:        0
-  screenX:       0
-  screenY:       0 (flipped)
+  screenX:       -1
+  screenY:       -1 (flipped)
   clientX:       -1
   clientY:       601
   modifier keys: c:0 s:0 a:0 m:0


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list