Title: [137204] trunk/LayoutTests
Revision
137204
Author
[email protected]
Date
2012-12-10 14:13:06 -0800 (Mon, 10 Dec 2012)

Log Message

Unreviewed update to test results after http://trac.webkit.org/changeset/137200.
The 'widows' and 'orphans' properties have an initial value of 'auto'.

* editing/pasteboard/onpaste-text-html-expected.txt:
* fast/events/ondrop-text-html-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (137203 => 137204)


--- trunk/LayoutTests/ChangeLog	2012-12-10 21:53:55 UTC (rev 137203)
+++ trunk/LayoutTests/ChangeLog	2012-12-10 22:13:06 UTC (rev 137204)
@@ -1,5 +1,13 @@
 2012-12-10  Dean Jackson  <[email protected]>
 
+        Unreviewed update to test results after http://trac.webkit.org/changeset/137200.
+        The 'widows' and 'orphans' properties have an initial value of 'auto'.
+
+        * editing/pasteboard/onpaste-text-html-expected.txt:
+        * fast/events/ondrop-text-html-expected.txt:
+
+2012-12-10  Dean Jackson  <[email protected]>
+
         Support for CSS widows and orphans
         https://bugs.webkit.org/show_bug.cgi?id=9410
 

Modified: trunk/LayoutTests/editing/pasteboard/onpaste-text-html-expected.txt (137203 => 137204)


--- trunk/LayoutTests/editing/pasteboard/onpaste-text-html-expected.txt	2012-12-10 21:53:55 UTC (rev 137203)
+++ trunk/LayoutTests/editing/pasteboard/onpaste-text-html-expected.txt	2012-12-10 22:13:06 UTC (rev 137204)
@@ -1,5 +1,5 @@
 CONSOLE MESSAGE: line 21: text/plain: This test verifies that we can get text/html from the clipboard during an onpaste event. 
-CONSOLE MESSAGE: line 23: text/html: <span style="color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;">This test verifies that we can get text/html from the clipboard during an onpaste event.<span class="Apple-converted-space"> </span></span>
+CONSOLE MESSAGE: line 23: text/html: <span style="color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;">This test verifies that we can get text/html from the clipboard during an onpaste event.<span class="Apple-converted-space"> </span></span>
 This test verifies that we can get text/html from the clipboard during an onpaste event. This test requires DRT.
 Paste content in this div.This test verifies that we can get text/html from the clipboard during an onpaste event. 
 PASS

Modified: trunk/LayoutTests/fast/events/ondrop-text-html-expected.txt (137203 => 137204)


--- trunk/LayoutTests/fast/events/ondrop-text-html-expected.txt	2012-12-10 21:53:55 UTC (rev 137203)
+++ trunk/LayoutTests/fast/events/ondrop-text-html-expected.txt	2012-12-10 22:13:06 UTC (rev 137204)
@@ -1,4 +1,4 @@
 CONSOLE MESSAGE: line 21: text/plain: This test verifies that we can get text/html from the drag object during an ondrop event. 
-CONSOLE MESSAGE: line 23: text/html: <span style="color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;">This test verifies that we can get text/html from the drag object during an ondrop event.<span class="Apple-converted-space"> </span></span>
+CONSOLE MESSAGE: line 23: text/html: <span style="color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;">This test verifies that we can get text/html from the drag object during an ondrop event.<span class="Apple-converted-space"> </span></span>
 This test verifies that we can get text/html from the drag object during an ondrop event. This test requires DRT.
 PASS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to