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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test to make sure we can toggle text decorations correctly. 1 Test to make sure we can toggle text decorations correctly.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS one underline command converted test to <span style="text-decoration: under line;">test</span> 6 PASS one underline command converted test to <span class="Apple-style-span" styl e="text-decoration: underline;">test</span>
7 PASS one underline command converted <span style="text-decoration: underline;">t est</span> to test 7 PASS one underline command converted <span class="Apple-style-span" style="text- decoration: underline;">test</span> to test
8 PASS one underline command converted <span style="text-decoration: underline lin e-through overline;">test</span> to <span style="text-decoration: overline line- through;">test</span> 8 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>
9 PASS one strikethrough command converted test to <span style="text-decoration: l ine-through;">test</span> 9 PASS one strikethrough command converted test to <span class="Apple-style-span" style="text-decoration: line-through;">test</span>
10 PASS one strikethrough command converted <span style="text-decoration: line-thro ugh;">test</span> to test 10 PASS one strikethrough command converted <span class="Apple-style-span" style="t ext-decoration: line-through;">test</span> to test
11 PASS one strikethrough command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: underline overline;">test</span> 11 PASS one strikethrough command converted <span class="Apple-style-span" style="t ext-decoration: underline line-through overline;">test</span> to <span class="Ap ple-style-span" style="text-decoration: underline overline;">test</span>
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698