Title: [142753] trunk/LayoutTests
Revision
142753
Author
ser...@webkit.org
Date
2013-02-13 08:47:11 -0800 (Wed, 13 Feb 2013)

Log Message

Unreviewed GTK gardening.

Provide the same custom expectations as all the other
platforms. This likely means that there is a bug in the code or
that the expected result is incorrect.

* platform/gtk/TestExpectations:
* platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (142752 => 142753)


--- trunk/LayoutTests/ChangeLog	2013-02-13 16:25:05 UTC (rev 142752)
+++ trunk/LayoutTests/ChangeLog	2013-02-13 16:47:11 UTC (rev 142753)
@@ -1,3 +1,14 @@
+2013-02-13  Sergio Villar Senin  <svil...@igalia.com>
+
+        Unreviewed GTK gardening.
+
+        Provide the same custom expectations as all the other
+        platforms. This likely means that there is a bug in the code or
+        that the expected result is incorrect.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added.
+
 2013-02-13  Andrew Wilson  <atwil...@chromium.org>
 
         Unreviewed chromium expectation changes resulting from r142719.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (142752 => 142753)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-02-13 16:25:05 UTC (rev 142752)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-02-13 16:47:11 UTC (rev 142753)
@@ -1069,9 +1069,6 @@
 Bug(GTK) canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
 Bug(GTK) canvas/philip/tests/type.prototype.html [ Failure ]
 
-# pastes a space instead of a tab
-webkit.org/b/38437 editing/pasteboard/5761530-1.html [ Failure ]
-
 # Missing DRT API.
 Bug(GTK) http/tests/loading/preload-slow-loading.php [ Failure ]
 

Added: trunk/LayoutTests/platform/gtk/editing/pasteboard/5761530-1-expected.txt (0 => 142753)


--- trunk/LayoutTests/platform/gtk/editing/pasteboard/5761530-1-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/5761530-1-expected.txt	2013-02-13 16:47:11 UTC (rev 142753)
@@ -0,0 +1,3 @@
+This tests to see that tabs are put into tab spans when they are copied individually. The pasted tab should be inside of a tab span, not a style span. To run the test manually, paste and then inspect the editable region, and ensure that there is a tab span at the beginning of the editable div.
+
+<span class="Apple-tab-span" style="white-space: pre;">	</span><span class="Apple-tab-span" style="white-space:pre;"> </span>xxx
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to