[Webkit-unassigned] [Bug 152306] New: [iOS Simulator] fast/forms/input-user-input-sanitization.html failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 10:53:57 PST 2015


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

            Bug ID: 152306
           Summary: [iOS Simulator]
                    fast/forms/input-user-input-sanitization.html failing
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iOS
                OS: iOS 9.0
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com
            Blocks: 152130

[iOS Simulator] fast/forms/input-user-input-sanitization.html failing

Run:
<https://build.webkit.org/builders/Apple%20iOS%209%20Simulator%20Release%20WK2%20%28Tests%29/builds/1774>
Results:
<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r194107%20(1774)/results.html>

--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/forms/input-user-input-sanitization-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/forms/input-user-input-sanitization-actual.txt
@@ -3,12 +3,12 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS focusAndType("email", "   foobar at example.com   ").value is "foobar at example.com"
-PASS focusAndType("password", "   foobar   ").value is "   foobar   "
-PASS focusAndType("search", "   foobar   ").value is "   foobar   "
-PASS focusAndType("telephone", "   123-456-7890   ").value is "   123-456-7890   "
-PASS focusAndType("text", "   foobar   ").value is "   foobar   "
-PASS focusAndType("url", "   https://foobar.example.com   ").value is "   https://foobar.example.com   "
+FAIL focusAndType("email", "   foobar at example.com   ").value should be foobar at example.com. Was .
+FAIL focusAndType("password", "   foobar   ").value should be    foobar   . Was .
+FAIL focusAndType("search", "   foobar   ").value should be    foobar   . Was .
+FAIL focusAndType("telephone", "   123-456-7890   ").value should be    123-456-7890   . Was .
+FAIL focusAndType("text", "   foobar   ").value should be    foobar   . Was .
+FAIL focusAndType("url", "   https://foobar.example.com   ").value should be    https://foobar.example.com   . Was .
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151215/087a3014/attachment.html>


More information about the webkit-unassigned mailing list