[Webkit-unassigned] [Bug 177633] [GTK] Move to new Pasteboard API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 29 07:17:51 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=177633
--- Comment #11 from Miguel Gomez <magomez at igalia.com> ---
There are 2 tests that were passing that are flaky now:
editing/pasteboard/paste-text-with-style.html [ Failure Pass ]
with diff:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-text-with-style-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-text-with-style-actual.txt
@@ -4,7 +4,7 @@
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > I > B > DIV > BODY > HTML > #document to 9 of #text > FONT > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 0 of #text > I > B > DIV > BODY > HTML > #document to 9 of #text > FONT > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 9 of #text > FONT > DIV > DIV > BODY > HTML > #document to 9 of #text > FONT > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 11 of #text > DIV > BODY > HTML > #document to 11 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
@@ -26,15 +26,7 @@
"
Markup after:
-| <b>
-| <i>
-| "hello bold and italic"
-| <div>
-| <i>
-| "hello italic"
-| <div>
-| <font>
-| color="#ff0000"
-| "hello red<#selection-caret>"
+| "hello world<#selection-caret>"
+| <br>
| "
"
editing/pasteboard/paste-without-nesting.html [ Failure Pass ]
with diff
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-without-nesting-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/editing/pasteboard/paste-without-nesting-actual.txt
@@ -1,7 +1,7 @@
This test checks that copy a selection and paste over the same selection does not create nested divs.
PASS confirmedMarkup is 'Hello'
-PASS confirmedMarkup is 'Hello<br>world'
+FAIL confirmedMarkup should be Hello<br>world. Was Hello.
PASS confirmedMarkup is '<div>Hello</div><div>world</div>'
PASS confirmedMarkup is '<div>Hello</div><div>world</div>'
PASS confirmedMarkup is '<div><b><i>Hello</i></b></div><div><b><i>world</i></b></div>'
--
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/20181129/733b0f31/attachment.html>
More information about the webkit-unassigned
mailing list