[Webkit-unassigned] [Bug 113569] New: Newly added test fast/events/event-attribute.html fails after r147205

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 29 05:17:41 PDT 2013


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

           Summary: Newly added test fast/events/event-attribute.html
                    fails after r147205
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zarvai at inf.u-szeged.hu
                CC: keishi at webkit.org, rniwa at webkit.org, zeno at webkit.org


Test fails on GTK and QT WK1 (but passes os Qt WK2)

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/events/event-attribute-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/events/event-attribute-actual.txt
@@ -41,8 +41,8 @@
 PASS /*img*/ typeof (element["ontouchmove"]) is "function"
 PASS /*img*/ typeof (element["ontouchend"]) is "function"
 PASS /*img*/ typeof (element["ontouchcancel"]) is "function"
-PASS /*img*/ typeof (element["onwebkitfullscreenchange"]) is "function"
-PASS /*img*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+FAIL /*img*/ typeof (element["onwebkitfullscreenchange"]) should be function. Was undefined.
+FAIL /*img*/ typeof (element["onwebkitfullscreenerror"]) should be function. Was undefined.
 PASS /*img*/ typeof (element["onabort"]) is "function"
 PASS /*img*/ typeof (element["onchange"]) is "function"
 PASS /*img*/ typeof (element["onreset"]) is "function"
@@ -85,8 +85,8 @@
 PASS /*script*/ typeof (element["ontouchmove"]) is "function"
 PASS /*script*/ typeof (element["ontouchend"]) is "function"
 PASS /*script*/ typeof (element["ontouchcancel"]) is "function"
-PASS /*script*/ typeof (element["onwebkitfullscreenchange"]) is "function"
-PASS /*script*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+FAIL /*script*/ typeof (element["onwebkitfullscreenchange"]) should be function. Was undefined.
+FAIL /*script*/ typeof (element["onwebkitfullscreenerror"]) should be function. Was undefined.
 PASS /*script*/ typeof (element["onabort"]) is "function"
 PASS /*script*/ typeof (element["onchange"]) is "function"
 PASS /*script*/ typeof (element["onreset"]) is "function"
@@ -129,8 +129,8 @@
 PASS /*video*/ typeof (element["ontouchmove"]) is "function"
 PASS /*video*/ typeof (element["ontouchend"]) is "function"
 PASS /*video*/ typeof (element["ontouchcancel"]) is "function"
-PASS /*video*/ typeof (element["onwebkitfullscreenchange"]) is "function"
-PASS /*video*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+FAIL /*video*/ typeof (element["onwebkitfullscreenchange"]) should be function. Was undefined.
+FAIL /*video*/ typeof (element["onwebkitfullscreenerror"]) should be function. Was undefined.
 PASS /*video*/ typeof (element["onabort"]) is "function"
 PASS /*video*/ typeof (element["onchange"]) is "function"
 PASS /*video*/ typeof (element["onreset"]) is "function"
@@ -173,8 +173,8 @@
 PASS /*div*/ typeof (element["ontouchmove"]) is "function"
 PASS /*div*/ typeof (element["ontouchend"]) is "function"
 PASS /*div*/ typeof (element["ontouchcancel"]) is "function"
-PASS /*div*/ typeof (element["onwebkitfullscreenchange"]) is "function"
-PASS /*div*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+FAIL /*div*/ typeof (element["onwebkitfullscreenchange"]) should be function. Was undefined.
+FAIL /*div*/ typeof (element["onwebkitfullscreenerror"]) should be function. Was undefined.
 PASS /*div*/ typeof (element["onabort"]) is "function"
 PASS /*div*/ typeof (element["onchange"]) is "function"
 PASS /*div*/ typeof (element["onreset"]) is "function"
@@ -217,8 +217,8 @@
 PASS /*form*/ typeof (element["ontouchmove"]) is "function"
 PASS /*form*/ typeof (element["ontouchend"]) is "function"
 PASS /*form*/ typeof (element["ontouchcancel"]) is "function"
-PASS /*form*/ typeof (element["onwebkitfullscreenchange"]) is "function"
-PASS /*form*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+FAIL /*form*/ typeof (element["onwebkitfullscreenchange"]) should be function. Was undefined.
+FAIL /*form*/ typeof (element["onwebkitfullscreenerror"]) should be function. Was undefined.
 PASS /*form*/ typeof (element["onabort"]) is "function"
 PASS /*form*/ typeof (element["onchange"]) is "function"
 PASS /*form*/ typeof (element["onreset"]) is "function"
@@ -261,8 +261,8 @@
 PASS /*input*/ typeof (element["ontouchmove"]) is "function"
 PASS /*input*/ typeof (element["ontouchend"]) is "function"
 PASS /*input*/ typeof (element["ontouchcancel"]) is "function"
-PASS /*input*/ typeof (element["onwebkitfullscreenchange"]) is "function"
-PASS /*input*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+FAIL /*input*/ typeof (element["onwebkitfullscreenchange"]) should be function. Was undefined.
+FAIL /*input*/ typeof (element["onwebkitfullscreenerror"]) should be function. Was undefined.
 PASS /*input*/ typeof (element["onabort"]) is "function"
 PASS /*input*/ typeof (element["onchange"]) is "function"
 PASS /*input*/ typeof (element["onreset"]) is "function"

-- 
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