<?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>196541</bug_id>
          
          <creation_ts>2019-04-03 08:57:31 -0700</creation_ts>
          <short_desc>[GTK] REGRESSION(r243653) unexpected test failure</short_desc>
          <delta_ts>2020-05-16 02:59:24 -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>DUPLICATE</resolution>
          <dup_id>177633</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Diego Pino">dpino</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cgarcia</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1523720</commentid>
    <comment_count>0</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2019-04-03 08:57:31 -0700</bug_when>
    <thetext>r243653 (Pasting a table from Confluence strip of table cell content https://bugs.webkit.org/show_bug.cgi?id=196390) added a new test: &apos;editing/pasteboard/paste-content-with-overflow-auto-parent-across-origin.html&apos;, which is failing in GTK.

```
--- /WebKit/WebKitBuild/Release/layout-test-results/editing/pasteboard/paste-content-with-overflow-auto-parent-across-origin-expected.txt
+++ /WebKit/WebKitBuild/Release/layout-test-results/editing/pasteboard/paste-content-with-overflow-auto-parent-across-origin-actual.txt
@@ -4,13 +4,14 @@
 
 
 PASS markup.includes(&quot;secret&quot;) is false
-PASS markup.includes(&quot;Start&lt;/div&gt;&quot;) is true
-PASS markup.includes(&quot;Content&lt;/p&gt;&quot;) is true
-PASS markup.includes(&quot;End&lt;/span&gt;&quot;) is true
-PASS editor.querySelector(&quot;div&quot;).textContent is &quot;Start&quot;
-PASS editor.querySelector(&quot;p&quot;).textContent is &quot;Content&quot;
-PASS editor.querySelector(&quot;span&quot;).textContent is &quot;End&quot;
+FAIL markup.includes(&quot;Start&lt;/div&gt;&quot;) should be true. Was false.
+FAIL markup.includes(&quot;Content&lt;/p&gt;&quot;) should be true. Was false.
+FAIL markup.includes(&quot;End&lt;/span&gt;&quot;) should be true. Was false.
+FAIL editor.querySelector(&quot;div&quot;).textContent should be Start. Threw exception TypeError: null is not an object (evaluating &apos;editor.querySelector(&quot;div&quot;).textContent&apos;)
+FAIL editor.querySelector(&quot;p&quot;).textContent should be Content. Threw exception TypeError: null is not an object (evaluating &apos;editor.querySelector(&quot;p&quot;).textContent&apos;)
+FAIL editor.querySelector(&quot;span&quot;).textContent should be End. Threw exception TypeError: null is not an object (evaluating &apos;editor.querySelector(&quot;span&quot;).textContent&apos;)
 PASS successfullyParsed is true
+Some tests failed.
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1653299</commentid>
    <comment_count>1</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2020-05-16 02:59:24 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 177633 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>