<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>152306</bug_id>
          
          <creation_ts>2015-12-15 10:53:57 -0800</creation_ts>
          <short_desc>[iOS Simulator] fast/forms/input-user-input-sanitization.html failing</short_desc>
          <delta_ts>2024-03-26 17:30:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Forms</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>iPhone / iPad</rep_platform>
          <op_sys>iOS 9.0</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>152130</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>akeerthi</cc>
    
    <cc>a_protyasha</cc>
    
    <cc>cdumez</cc>
    
    <cc>krollin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1149331</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2015-12-15 10:53:57 -0800</bug_when>
    <thetext>[iOS Simulator] fast/forms/input-user-input-sanitization.html failing

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

--- /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 &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
 
 
-PASS focusAndType(&quot;email&quot;, &quot;   foobar@example.com   &quot;).value is &quot;foobar@example.com&quot;
-PASS focusAndType(&quot;password&quot;, &quot;   foobar   &quot;).value is &quot;   foobar   &quot;
-PASS focusAndType(&quot;search&quot;, &quot;   foobar   &quot;).value is &quot;   foobar   &quot;
-PASS focusAndType(&quot;telephone&quot;, &quot;   123-456-7890   &quot;).value is &quot;   123-456-7890   &quot;
-PASS focusAndType(&quot;text&quot;, &quot;   foobar   &quot;).value is &quot;   foobar   &quot;
-PASS focusAndType(&quot;url&quot;, &quot;   https://foobar.example.com   &quot;).value is &quot;   https://foobar.example.com   &quot;
+FAIL focusAndType(&quot;email&quot;, &quot;   foobar@example.com   &quot;).value should be foobar@example.com. Was .
+FAIL focusAndType(&quot;password&quot;, &quot;   foobar   &quot;).value should be    foobar   . Was .
+FAIL focusAndType(&quot;search&quot;, &quot;   foobar   &quot;).value should be    foobar   . Was .
+FAIL focusAndType(&quot;telephone&quot;, &quot;   123-456-7890   &quot;).value should be    123-456-7890   . Was .
+FAIL focusAndType(&quot;text&quot;, &quot;   foobar   &quot;).value should be    foobar   . Was .
+FAIL focusAndType(&quot;url&quot;, &quot;   https://foobar.example.com   &quot;).value should be    https://foobar.example.com   . Was .
 PASS successfullyParsed is true
 
 TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1158918</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-01-26 12:11:55 -0800</bug_when>
    <thetext>Looking at this tests implementation, it uses eventSender.keyDown, which I believe is unsupported on iOS.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1158919</commentid>
    <comment_count>2</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2016-01-26 12:13:29 -0800</bug_when>
    <thetext>Keith should comment but we may just need to rebaseline for iOS here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1161698</commentid>
    <comment_count>3</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-02-03 09:53:12 -0800</bug_when>
    <thetext>Since this is always failing, skipped test on ios-simulator with &lt;https://trac.webkit.org/r196069&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2024055</commentid>
    <comment_count>4</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2024-03-26 17:24:39 -0700</bug_when>
    <thetext>We still has it skipped:

https://searchfox.org/wubkat/rev/fe11bcadadbf8b7ad5f95d337b6842b4b42982ec/LayoutTests/platform/ios/TestExpectations#2380

But as Comment 01 pointed it out it is due to &apos;keydown&apos; event, should we move this rebaseline to appropriate list here:

https://searchfox.org/wubkat/rev/fe11bcadadbf8b7ad5f95d337b6842b4b42982ec/LayoutTests/platform/ios/TestExpectations#424

and remove this bug reference, since we don&apos;t have to do anything.

CCing - Abrar &amp; Aditya for their input.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2024057</commentid>
    <comment_count>5</comment_count>
    <who name="Aditya Keerthi">akeerthi</who>
    <bug_when>2024-03-26 17:30:17 -0700</bug_when>
    <thetext>We should rewrite the test to use UIHelper rather than eventSender directly.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>