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

Side by Side Diff: LayoutTests/editing/execCommand/toggle-style-2-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 remove span tags with no attributes if we removed the last attribute. 1 Test to make sure we remove span tags with no attributes if we removed the last attribute.
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 <u>test</u> 6 PASS one underline command converted test to <u>test</u>
7 PASS one underline command converted <u><b><strike>test</strike></b></u> to <b>< strike>test</strike></b> 7 PASS one underline command converted <u><b><strike>test</strike></b></u> to <b>< strike>test</strike></b>
8 PASS two underline commands converted test to test 8 PASS two underline commands converted test to test
9 PASS one strikethrough command converted test to <strike>test</strike> 9 PASS one strikethrough command converted test to <strike>test</strike>
10 PASS one strikethrough command converted <u><b><strike>test</strike></b></u> to <u><b>test</b></u> 10 PASS one strikethrough command converted <u><b><strike>test</strike></b></u> to <u><b>test</b></u>
11 PASS two strikethrough commands converted test to test 11 PASS two strikethrough commands converted test to test
12 PASS one strikethrough command converted <u>test</u> to <u><strike>test</strike> </u> 12 PASS one strikethrough command converted <u>test</u> to <u><strike>test</strike> </u>
13 PASS one underline command converted <strike>test</strike> to <u><strike>test</s trike></u> 13 PASS one underline command converted <strike>test</strike> to <u><strike>test</s trike></u>
14 PASS one strikethrough command converted <span style="text-decoration: overline; ">test</span> to <span style="text-decoration: overline;"><strike>test</strike>< /span> 14 FAIL one strikethrough command converted <span style="text-decoration: overline; ">test</span> to <span class="Apple-style-span" style="text-decoration: overline ;"><strike>test</strike></span>, expected <span style="text-decoration: overline ;"><strike>test</strike></span>
15 PASS one underline command converted <span style="text-decoration: overline;">te st</span> to <span style="text-decoration: overline;"><u>test</u></span> 15 FAIL one underline command converted <span style="text-decoration: overline;">te st</span> to <span class="Apple-style-span" style="text-decoration: overline;">< u>test</u></span>, expected <span style="text-decoration: overline;"><u>test</u> </span>
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698