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

Side by Side Diff: LayoutTests/editing/execCommand/toggle-text-decorations-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 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 style="text-decoration-line: 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 style="text-decoration: underline;">t est</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 style="text-decoration: underline lin e-through overline;">test</span> to <span style="text-decoration-line: 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 style="text-decoration-li ne: 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 style="text-decoration: line-thro ugh;">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 style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration-line: under line overline;">test</span>
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW
« no previous file with comments | « LayoutTests/editing/execCommand/toggle-style-2-expected.txt ('k') | LayoutTests/editing/execCommand/use-css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698