Title: [154177] trunk/LayoutTests
Revision
154177
Author
[email protected]
Date
2013-08-16 05:38:42 -0700 (Fri, 16 Aug 2013)

Log Message

[EFL] fast/forms/datalist/input-list.html is failing

Unreviewed EFL gardening. unskip LayoutTests/fast/forms/datalist/input-list.html test.

Patch by Santosh Mahto <[email protected]> on 2013-08-16

* platform/efl/TestExpectations:
* platform/efl/fast/forms/datalist/input-list-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (154176 => 154177)


--- trunk/LayoutTests/ChangeLog	2013-08-16 12:10:14 UTC (rev 154176)
+++ trunk/LayoutTests/ChangeLog	2013-08-16 12:38:42 UTC (rev 154177)
@@ -1,3 +1,12 @@
+2013-08-16  Santosh Mahto  <[email protected]>
+
+        [EFL] fast/forms/datalist/input-list.html is failing
+
+        Unreviewed EFL gardening. unskip LayoutTests/fast/forms/datalist/input-list.html test.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/forms/datalist/input-list-expected.txt: Added. 
+
 2013-08-16  Andrei Parvu  <[email protected]>
 
         [CSS Masking] Add -webkit-mask-source-type property, with auto, alpha and luminance values

Modified: trunk/LayoutTests/platform/efl/TestExpectations (154176 => 154177)


--- trunk/LayoutTests/platform/efl/TestExpectations	2013-08-16 12:10:14 UTC (rev 154176)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2013-08-16 12:38:42 UTC (rev 154177)
@@ -1777,5 +1777,4 @@
 webkit.org/b/118378 vibration/cancelVibration-after-pagevisibility-changed-to-hidden.html [ Skip ]
 
 webkit.org/b/119782 fast/forms/search-styled.html [ Failure ]
-webkit.org/b/119784 fast/forms/datalist/input-list.html [ Failure ]
 

Added: trunk/LayoutTests/platform/efl/fast/forms/datalist/input-list-expected.txt (0 => 154177)


--- trunk/LayoutTests/platform/efl/fast/forms/datalist/input-list-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/forms/datalist/input-list-expected.txt	2013-08-16 12:38:42 UTC (rev 154177)
@@ -0,0 +1,36 @@
+Test for the list attribute.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS input.list is null
+PASS input.list is null
+PASS input.list is null
+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.
+PASS document.getElementById("search").list is document.getElementById("dl1")
+PASS document.getElementById("url").list is document.getElementById("dl1")
+FAIL document.getElementById("telephone").list should be [object HTMLDataListElement]. Was null.
+PASS document.getElementById("email").list is document.getElementById("dl1")
+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.
+PASS document.getElementById("range").list is document.getElementById("dl1")
+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
+PASS document.getElementById("radio").list is null
+PASS document.getElementById("file").list is null
+PASS document.getElementById("submit").list is null
+PASS document.getElementById("image").list is null
+PASS document.getElementById("reset").list is null
+PASS document.getElementById("button").list is null
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to