Bug 89656

Summary: [Qt] fast/forms/datalist/input-list.html fails
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 87008    

Description Csaba Osztrogonác 2012-06-21 06:28:50 PDT
datalist test was disabled on Qt, but ENABLE_DATALIST is true,
so I tried to unskipped them, but this test fail:

--- /tmp/layout-test-results/fast/forms/datalist/input-list-expected.txt        2012-06-21 06:27:31.376843969 -0700
+++ /tmp/layout-test-results/fast/forms/datalist/input-list-actual.txt  2012-06-21 06:27:31.371099169 -0700
@@ -6,21 +6,21 @@
 PASS input.list is null
 PASS input.list is null
 PASS input.list is null
-PASS datalist.className is "former"
-PASS document.getElementById("text").list is document.getElementById("dl1")
-PASS document.getElementById("search").list is document.getElementById("dl1")
-PASS document.getElementById("url").list is document.getElementById("dl1")
-PASS document.getElementById("telephone").list is document.getElementById("dl1")
-PASS document.getElementById("email").list is document.getElementById("dl1")
-PASS document.getElementById("datetime").list is document.getElementById("dl1")
-PASS document.getElementById("date").list is document.getElementById("dl1")
-PASS document.getElementById("month").list is document.getElementById("dl1")
-PASS document.getElementById("week").list is document.getElementById("dl1")
-PASS document.getElementById("time").list is document.getElementById("dl1")
-PASS document.getElementById("datetime-local").list is document.getElementById("dl1")
-PASS document.getElementById("number").list is document.getElementById("dl1")
-PASS document.getElementById("range").list is document.getElementById("dl1")
-PASS document.getElementById("color").list is document.getElementById("dl1")
+FAIL datalist.className should be former. Threw exception TypeError: 'null' is not an object (evaluating 'datalist.className')
+FAIL document.getElementById("text").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("search").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("url").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("telephone").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("email").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("datetime").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("date").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("month").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("week").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("time").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("datetime-local").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("number").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("range").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("color").list should be [object HTMLDataListElement]. Was null.
 PASS document.getElementById("hidden").list is null
 PASS document.getElementById("password").list is null
 PASS document.getElementById("checkbox").list is null
Comment 1 Jocelyn Turcotte 2014-02-03 03:21:25 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.