<?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>182850</bug_id>
          
          <creation_ts>2018-02-15 16:33:08 -0800</creation_ts>
          <short_desc>Layout Test editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying-in-null-origin.html is Timing Out</short_desc>
          <delta_ts>2018-05-10 19:59:46 -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>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Matt Lewis">jlewis3</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>rniwa</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1399672</commentid>
    <comment_count>0</comment_count>
    <who name="Matt Lewis">jlewis3</who>
    <bug_when>2018-02-15 16:33:08 -0800</bug_when>
    <thetext>The following layout test is failing on iOS Release WK2

editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying-in-null-origin.html

Probable cause:

The first timeout occurred with this build:
https://build.webkit.org/results/Apple%20iOS%2011%20Simulator%20Release%20WK2%20(Tests)/r227743%20(2829)/results.html
https://build.webkit.org/builders/Apple%20iOS%2011%20Simulator%20Release%20WK2%20(Tests)/builds/2829



Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=editing%2Fpasteboard%2Fdata-transfer-set-data-sanitizes-html-when-copying-in-null-origin.html

current build:

https://build.webkit.org/results/Apple%20iOS%2011%20Simulator%20Release%20WK2%20(Tests)/r228533%20(3228)/results.html
https://build.webkit.org/builders/Apple%20iOS%2011%20Simulator%20Release%20WK2%20(Tests)/builds/3228


Diff:
--- /Volumes/Data/slave/ios-simulator-11-release-tests-wk2/build/layout-test-results/editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying-in-null-origin-expected.txt
+++ /Volumes/Data/slave/ios-simulator-11-release-tests-wk2/build/layout-test-results/editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying-in-null-origin-actual.txt
@@ -1,18 +1,5 @@
-This tests getData strips away secrets and dangerous code when copying inside a null origin document.
+#PID UNRESPONSIVE - com.apple.WebKit.WebContent.Development (pid 25956)
+FAIL: Timed out waiting for notifyDone to be called
 
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS JSON.stringify(typesInNullOrigin) is &quot;[\&quot;text/html\&quot;]&quot;
-PASS htmlInNullOrigin.includes(&quot;secret&quot;) is false
-PASS htmlInNullOrigin.includes(&quot;dangerousCode&quot;) is false
-PASS b = (new DOMParser).parseFromString(htmlInNullOrigin, &quot;text/html&quot;).querySelector(&quot;b&quot;); b.textContent is &quot;hello&quot;
-PASS b.parentNode.textContent is &quot;hello, world&quot;
-PASS JSON.stringify(itemsInNullOrigin) is &quot;[{\&quot;kind\&quot;:\&quot;string\&quot;,\&quot;type\&quot;:\&quot;text/html\&quot;}]&quot;
-PASS event.clipboardData.getData(&quot;text/html&quot;) is &quot;&lt;meta content=\&quot;secret\&quot;&gt;&lt;b onmouseover=\&quot;dangerousCode()\&quot;&gt;hello&lt;/b&gt;&lt;!-- secret--&gt;, world&lt;script&gt;dangerousCode()&lt;/script&gt;&quot;
-PASS JSON.stringify(event.clipboardData.types) is &quot;[\&quot;text/html\&quot;]&quot;
-PASS JSON.stringify(Array.from(event.clipboardData.items).map((item) =&gt; ({kind: item.kind, type: item.type}))) is &quot;[{\&quot;kind\&quot;:\&quot;string\&quot;,\&quot;type\&quot;:\&quot;text/html\&quot;}]&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
+#EOF
+#EOF</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1399676</commentid>
    <comment_count>1</comment_count>
    <who name="Matt Lewis">jlewis3</who>
    <bug_when>2018-02-15 16:38:49 -0800</bug_when>
    <thetext>The timeouts had lessened after this final build:
https://build.webkit.org/builders/Apple%20iOS%2011%20Simulator%20Release%20WK2%20(Tests)/builds/2995


However after this revision the timeouts increased:
https://trac.webkit.org/changeset/228240/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1399805</commentid>
    <comment_count>2</comment_count>
    <who name="Wenson Hsieh">wenson_hsieh</who>
    <bug_when>2018-02-15 23:05:07 -0800</bug_when>
    <thetext>It doesn&apos;t seem like there&apos;s a dramatic increase in the number of timeouts.

I also wouldn&apos;t expect that revision to have any impact here, especially because filepaths in the pasteboard don&apos;t even play a role in this test…</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1400418</commentid>
    <comment_count>3</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-02-19 10:50:12 -0800</bug_when>
    <thetext>Skipped test on iOS Release bots in https://trac.webkit.org/r228699 because this is timing out very frequently.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1400444</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-02-19 11:43:43 -0800</bug_when>
    <thetext>&lt;rdar://problem/37679524&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1423000</commentid>
    <comment_count>5</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2018-05-10 19:59:04 -0700</bug_when>
    <thetext>This doesn&apos;t seem to be happening in recent builds.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>