[Webkit-unassigned] [Bug 196541] New: [GTK] REGRESSION(r243653) unexpected test failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 08:57:31 PDT 2019


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

            Bug ID: 196541
           Summary: [GTK] REGRESSION(r243653) unexpected test failure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

r243653 (Pasting a table from Confluence strip of table cell content https://bugs.webkit.org/show_bug.cgi?id=196390) added a new test: 'editing/pasteboard/paste-content-with-overflow-auto-parent-across-origin.html', 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("secret") is false
-PASS markup.includes("Start</div>") is true
-PASS markup.includes("Content</p>") is true
-PASS markup.includes("End</span>") is true
-PASS editor.querySelector("div").textContent is "Start"
-PASS editor.querySelector("p").textContent is "Content"
-PASS editor.querySelector("span").textContent is "End"
+FAIL markup.includes("Start</div>") should be true. Was false.
+FAIL markup.includes("Content</p>") should be true. Was false.
+FAIL markup.includes("End</span>") should be true. Was false.
+FAIL editor.querySelector("div").textContent should be Start. Threw exception TypeError: null is not an object (evaluating 'editor.querySelector("div").textContent')
+FAIL editor.querySelector("p").textContent should be Content. Threw exception TypeError: null is not an object (evaluating 'editor.querySelector("p").textContent')
+FAIL editor.querySelector("span").textContent should be End. Threw exception TypeError: null is not an object (evaluating 'editor.querySelector("span").textContent')
 PASS successfullyParsed is true
+Some tests failed.
```

-- 
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/20190403/084fe16d/attachment.html>


More information about the webkit-unassigned mailing list