Title: [202483] trunk/LayoutTests
Revision
202483
Author
[email protected]
Date
2016-06-27 02:22:08 -0700 (Mon, 27 Jun 2016)

Log Message

LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/ is failing on ios-simulator
https://bugs.webkit.org/show_bug.cgi?id=159136

Unreviewed.

Patch by Youenn Fablet <[email protected]> on 2016-06-27

* platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (202482 => 202483)


--- trunk/LayoutTests/ChangeLog	2016-06-27 09:21:51 UTC (rev 202482)
+++ trunk/LayoutTests/ChangeLog	2016-06-27 09:22:08 UTC (rev 202483)
@@ -1,3 +1,12 @@
+2016-06-27  Youenn Fablet  <[email protected]>
+
+        LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/ is failing on ios-simulator
+        https://bugs.webkit.org/show_bug.cgi?id=159136
+
+        Unreviewed.
+
+        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt: Added.
+
 2016-06-27  Youenn Fablet  <[email protected]>
 
         Remove didFailRedirectCheck ThreadableLoaderClient callback

Added: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt (0 => 202483)


--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form-expected.txt	2016-06-27 09:22:08 UTC (rev 202483)
@@ -0,0 +1,64 @@
+button
+
+fieldset
+
+
+
+
+object
+
+output
+
+
+
+
+
+label
+
+label-form
+
+label-form-form2
+
+label-with-control 
+
+label-for 
+
+label-with-progress 
+
+label-with-meter 
+
+ label-for-control-form-in-form
+
+ label-for-control-form
+
+label-in-table	label-in-table 	label-in-table-for	
+
+PASS button.form 
+PASS fieldset.form 
+PASS input.form 
+PASS keygen.form 
+PASS object.form 
+PASS output.form 
+PASS select.form 
+PASS textarea.form 
+FAIL label.form assert_equals: label.form expected null but got Element node <form id="form">
+<p><button id="button">button</button>
+<...
+FAIL label-form.form assert_equals: label.form expected null but got Element node <form id="form">
+<p><button id="button">button</button>
+<...
+FAIL label-form-form2.form assert_equals: label.form expected null but got Element node <form id="form2"></form>
+PASS label-with-control.form 
+PASS label-for.form 
+FAIL label-with-progress.form assert_equals: Sanity check: label.control.form expected (object) null but got (undefined) undefined
+FAIL label-with-meter.form assert_equals: label.form expected null but got Element node <form id="form">
+<p><button id="button">button</button>
+<...
+FAIL label-for-control-form-in-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got Element node <form id="form">
+<p><button id="button">button</button>
+<...
+FAIL label-for-control-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got null
+PASS label-in-table.form 
+FAIL label-in-table-with-control.form assert_equals: label.form expected Element node <form id="form3"></form> but got null
+FAIL label-in-table-for.form assert_equals: label.form expected Element node <form id="form3"></form> but got null
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to