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

Side by Side Diff: LayoutTests/editing/execCommand/toggle-style-2-expected.txt

Issue 22414006: Revert "Revert "[css3-text] Implement text-decoration property shorthand"" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added missing skipped test to TestExpectations Created 7 years, 4 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 | Annotate | Revision Log
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 PASS one strikethrough command converted <span style="text-decoration: overline; ">test</span> to <span style="text-decoration-line: overline;"><strike>test</str ike></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 PASS one underline command converted <span style="text-decoration: overline;">te st</span> to <span style="text-decoration-line: 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