Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt

Issue 7973008: Revert 93001 - Apple-style-span class seems unnecessary (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt
===================================================================
--- LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt (revision 95747)
+++ LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt (working copy)
@@ -3,12 +3,12 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS one underline command converted test to <span style="text-decoration: underline;">test</span>
-PASS one underline command converted <span style="text-decoration: underline;">test</span> to test
-PASS one underline command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: overline line-through;">test</span>
-PASS one strikethrough command converted test to <span style="text-decoration: line-through;">test</span>
-PASS one strikethrough command converted <span style="text-decoration: line-through;">test</span> to test
-PASS one strikethrough command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: underline overline;">test</span>
+PASS one underline command converted test to <span class="Apple-style-span" style="text-decoration: underline;">test</span>
+PASS one underline command converted <span class="Apple-style-span" style="text-decoration: underline;">test</span> to test
+PASS one underline command converted <span class="Apple-style-span" style="text-decoration: underline line-through overline;">test</span> to <span class="Apple-style-span" style="text-decoration: overline line-through;">test</span>
+PASS one strikethrough command converted test to <span class="Apple-style-span" style="text-decoration: line-through;">test</span>
+PASS one strikethrough command converted <span class="Apple-style-span" style="text-decoration: line-through;">test</span> to test
+PASS one strikethrough command converted <span class="Apple-style-span" style="text-decoration: underline line-through overline;">test</span> to <span class="Apple-style-span" style="text-decoration: underline overline;">test</span>
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698