[Webkit-unassigned] [Bug 80985] New: [Qt] New fast/forms/label/labelable-elements.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 13 06:56:29 PDT 2012


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

           Summary: [Qt] New fast/forms/label/labelable-elements.html
                    fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kadam at inf.u-szeged.hu
                CC: ossy at webkit.org, tkent at chromium.org,
                    yosin at chromium.org


This tests fails on Qt and SnowLeopard from revision #110542.

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/label/labelable-elements-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/label/labelable-elements-actual.txt 
@@ -7,7 +7,7 @@
 Labelable: button [object HTMLButtonElement]
 PASS element.labels.length is 1

-Unsupported: datalist [object HTMLUnknownElement]
+Not labelable: datalist [object HTMLDataListElement]
 PASS element.labels is undefined.
 PASS element.labels is not null

@@ -45,7 +45,7 @@
 PASS element.labels is not null

 Labelable: output [object HTMLOutputElement]
-FAIL element.labels.length should be 1. Threw exception TypeError: Cannot read property 'length' of null
+FAIL element.labels.length should be 1. Threw exception TypeError: 'null' is not an object (evaluating 'element.labels.length')

 Labelable: progress [object HTMLProgressElement]
 PASS element.labels.length is 1


I will skip it until it is fixed.

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