[Webkit-unassigned] [Bug 194381] New: [GTK] editing/pasteboard/paste-4039777-fix.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 02:05:17 PST 2019


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

            Bug ID: 194381
           Summary: [GTK] editing/pasteboard/paste-4039777-fix.html is
                    flaky
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK+
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: magomez at igalia.com
                CC: bugs-noreply at webkitgtk.org

editing/pasteboard/paste-4039777-fix.html [ Failure Pass ]

Most of the times the test passes, but sometimes it fails on the first run. When it fails, this is the diff:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-4039777-fix-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-4039777-fix-actual.txt
@@ -4,7 +4,7 @@
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 0 of #text > LI > UL > DIV > DIV > BODY > HTML > #document to 14 of #text > LI > UL > DIV > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 2 of UL > DIV > DIV > BODY > HTML > #document to 0 of UL > DIV > DIV > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > LI > UL > DIV > UL > DIV > DIV > BODY > HTML > #document to 1 of #text > LI > UL > DIV > UL > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of DIV > DIV > BODY > HTML > #document to 0 of UL > DIV > DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
@@ -47,20 +47,10 @@
 Actual result:
 | "
 "
-| <ul>
-|   style="text-align:right;"
-|   <li>
-|     "A"
-|   <div>
-|     style="text-align: start;"
-|     <ul>
-|       <li>
-|         <a>
-|           href=""
-|           "B"
-|         " "
-|         <br>
-|         "C<#selection-caret>"
+| <div>
+|   style="text-align: right;"
+|   <#selection-caret>
+|   <br>
 | <div>
 |   <ul>
 |     "

-- 
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/20190207/76d22a12/attachment-0001.html>


More information about the webkit-unassigned mailing list