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

Side by Side Diff: LayoutTests/editing/execCommand/use-css-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 useCSS command 1 Test useCSS command
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 useCSS changed the state successfully 6 PASS useCSS changed the state successfully
7 PASS useCSS changed the state successfully 7 PASS useCSS changed the state successfully
8 PASS useCSS changed the state successfully 8 PASS useCSS changed the state successfully
9 PASS useCSS changed the state successfully 9 PASS useCSS changed the state successfully
10 PASS useCSS changed the state successfully 10 PASS useCSS changed the state successfully
11 PASS queryCommandState('useCSS') returns false 11 PASS queryCommandState('useCSS') returns false
12 PASS queryCommandValue('useCSS') returns '' 12 PASS queryCommandValue('useCSS') returns ''
13 PASS one underline command converted test to <span style="text-decoration: under line;">test</span> 13 PASS one underline command converted test to <span style="text-decoration-line: underline;">test</span>
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698