Title: [207904] trunk/LayoutTests
Revision
207904
Author
[email protected]
Date
2016-10-26 10:45:31 -0700 (Wed, 26 Oct 2016)

Log Message

Unreviewed GTK test gardening

* platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (207903 => 207904)


--- trunk/LayoutTests/ChangeLog	2016-10-26 17:44:12 UTC (rev 207903)
+++ trunk/LayoutTests/ChangeLog	2016-10-26 17:45:31 UTC (rev 207904)
@@ -1,3 +1,9 @@
+2016-10-26  Michael Catanzaro  <[email protected]>
+
+        Unreviewed GTK test gardening
+
+        * platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt: Added.
+
 2016-10-26  Antoine Quint  <[email protected]>
 
         [Modern Media Controls] http/tests/media/modern-media-controls/skip-back-support/skip-back-support-button-click.html is flaky

Added: trunk/LayoutTests/platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt (0 => 207904)


--- trunk/LayoutTests/platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt	2016-10-26 17:45:31 UTC (rev 207904)
@@ -0,0 +1,13 @@
+To manually test this, copy and paste into the first contenteditable. The following contenteditables should reflect the pasted contents.
+
+destination after pasting (text/html):
+| <b>
+|   style="color: rgb(255, 0, 0); font-family: -webkit-standard; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px;"
+|   "LayoutTests"
+|   <i>
+|     "are"
+|     <u>
+|       "fun!"
+
+destination after pasting (text/plain):
+| "LayoutTestsarefun!"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to