[Webkit-unassigned] [Bug 191010] New: [GTK] Several pasteboard tests are flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 18:48:47 PDT 2018


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

            Bug ID: 191010
           Summary: [GTK] Several pasteboard tests are flaky
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

Several pasteboard tests are flaky:

editing/pasteboard/5075944.html
editing/pasteboard/paste-and-sanitize.html
editing/pasteboard/paste-text-006.html
editing/pasteboard/paste-text-with-style-5.html


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/5075944-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/5075944-actual.txt
@@ -11,7 +11,7 @@
           RenderText {#text} at (0,0) size 168x17
             text run at (0,0) width 168: "This should be underlined."
       RenderBlock {DIV} at (0,52) size 784x18
-        RenderInline {U} at (0,0) size 168x17
-          RenderText {#text} at (0,0) size 168x17
-            text run at (0,0) width 168: "This should be underlined."
-caret: position 26 of child 0 {#text} of child 0 {U} of child 4 {DIV} of body
+        RenderInline {A} at (0,0) size 136x17 [color=#0000EE]
+          RenderText {#text} at (0,0) size 136x17
+            text run at (0,0) width 136: "This should be a link."
+caret: position 22 of child 0 {#text} of child 0 {A} of child 4 {DIV} of body


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-and-sanitize-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-and-sanitize-actual.txt
@@ -1,6 +1,6 @@
 This test checks that the paste operation trims the pasted fragment to reduce the verbosity of the markup without affecting the style.

-PASS confirmedMarkup is 'Hello'
+FAIL confirmedMarkup should be Hello. Was <ul style="font-size: 24px; text-align: right;"><li>A</li></ul><div style="font-size: 24px;"><ul><li><a href="">B</a> <br>C</li></ul></div>.
 PASS confirmedMarkup is '<b><i>Hello</i></b>'
 PASS confirmedMarkup is '<b><i>Hello</i></b>'
 PASS confirmedMarkup is 'Hello'


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-text-006-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-text-006-actual.txt
@@ -82,7 +82,7 @@
 | <div>
 |   class="editing"
 |   id="test"
-|   "There is a tide in the affairs of men,"
+|   "is a tide in the affairs of men,"
 | <div>
 |   class="editing"
 |   id="test"
@@ -109,7 +109,7 @@
 | <div>
 |   class="editing"
 |   id="test"
-|   "There is a tide in the affairs of men,"
+|   "is a tide in the affairs of men,"
 | <div>
 |   class="editing"
 |   id="test"


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-text-with-style-5-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-text-with-style-5-actual.txt
@@ -7,5 +7,6 @@
 |   "<#selection-caret>hello world"

 After copy-paste:
-| "hello world<#selection-caret>"
+| <i>
+|   "hello<#selection-caret>"
 | <br>

-- 
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/20181028/71dadc3a/attachment-0001.html>


More information about the webkit-unassigned mailing list