[Webkit-unassigned] [Bug 201898] New: REGRESSION: [iOS 13] editing/pasteboard/ios/dom-paste-same-origin.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 17 21:27:02 PDT 2019


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

            Bug ID: 201898
           Summary: REGRESSION: [iOS 13]
                    editing/pasteboard/ios/dom-paste-same-origin.html is
                    failing
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com
                CC: webkit-bot-watchers-bugzilla at group.apple.com,
                    webkit-bug-importer at group.apple.com,
                    wenson_hsieh at apple.com

editing/pasteboard/ios/dom-paste-same-origin.html is failing on iOS simulator bots running iOS 13

https://build.webkit.org/results/Apple%20iOS%2013%20Simulator%20Release%20WK2%20(Tests)/r249984%20(2)/results.html

--- /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/editing/pasteboard/ios/dom-paste-same-origin-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/editing/pasteboard/ios/dom-paste-same-origin-actual.txt
@@ -1,4 +1,4 @@
-Click here to copy
+
 Click here to copy
 Click here to copy
 Verifies that programmatic paste is allowed when copied data is from the same origin. To manually test, tap the text on the bottom to programmatically copy, and then tap the editable area and check that the text is pasted twice.
@@ -7,12 +7,13 @@

 PASS document.queryCommandSupported('Paste') is true
 PASS document.queryCommandEnabled('Paste') is true
-PASS event.clipboardData.getData('text/plain') is "Click here to copy"
+FAIL event.clipboardData.getData('text/plain') should be Click here to copy. Was .
 PASS document.execCommand('Paste') is true
 PASS event.clipboardData.getData('text/plain') is "Click here to copy"
 PASS document.execCommand('Paste') is true
-PASS editor.textContent is "Click here to copyClick here to copy"
+FAIL editor.textContent should be Click here to copyClick here to copy. Was Click here to copy.
 PASS successfullyParsed is true
+Some tests failed.

 TEST COMPLETE

-- 
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/20190918/f82142ab/attachment.html>


More information about the webkit-unassigned mailing list