Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / toggle-text-decorations-expected.txt
blob7c2cacf6ffe32dc779fe57fa05dd2c6a3ce4df4e
1 Test to make sure we can toggle text decorations correctly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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;">test</span> to test
8 PASS one underline command converted <span style="text-decoration: underline line-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-line: line-through;">test</span>
10 PASS one strikethrough command converted <span style="text-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-line: underline overline;">test</span>
12 PASS successfullyParsed is true
14 TEST COMPLETE