[Webkit-unassigned] [Bug 191000] New: REGRESSION(r237245): Regressed two input element tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 17:30:08 PDT 2018


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

            Bug ID: 191000
           Summary: REGRESSION(r237245): Regressed two input element tests
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, wenson_hsieh at apple.com

r237245 introduced three unexpected layout test progressions:

imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput.html
imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html
imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection.html

which is great; I'll update those expectations now. But it also introduced two regressions:

imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden.html
imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text.html

There are text diffs:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden-actual.txt
@@ -6,7 +6,7 @@
 PASS files attribute must return null for hidden 
 PASS valueAsDate attribute must return null for hidden 
 PASS valueAsNumber attribute must return NaN for hidden 
-PASS list attribute must return null for hidden 
+FAIL list attribute must return null for hidden assert_equals: expected (object) null but got (undefined) undefined
 PASS stepDown does not apply for hidden 
 PASS stepUp does not apply for hidden 
 PASS input type=hidden is barred from constraint validation 


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text-actual.txt
@@ -7,7 +7,7 @@
 PASS files attribute must return null for text 
 PASS valueAsDate attribute must return null for text 
 PASS valueAsNumber attribute must return NaN for text 
-PASS list attribute must return null for text 
+FAIL list attribute must return null for text assert_equals: expected (object) null but got (undefined) undefined
 PASS stepDown does not apply for text 
 PASS stepUp does not apply for text 
 PASS Value returns the current value for search 
@@ -16,7 +16,7 @@
 PASS files attribute must return null for search 
 PASS valueAsDate attribute must return null for search 
 PASS valueAsNumber attribute must return NaN for search 
-PASS list attribute must return null for search 
+FAIL list attribute must return null for search assert_equals: expected (object) null but got (undefined) undefined
 PASS stepDown does not apply for search 
 PASS stepUp does not apply for search 


(I wonder how much work it would be to get these new input elements hooked up for WPE/GTK.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181028/a41344c0/attachment-0001.html>


More information about the webkit-unassigned mailing list