OLD | NEW |
---|---|
1 Test to make sure we push down inline styles properly. | 1 Test to make sure we push down inline styles properly. |
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 bold converted <span style="font-weight: 900;"> <div>text</div> </span> to <div>text</div> | 6 PASS bold converted <span style="font-weight: 900;"> <div>text</div> </span> to <div>text</div> |
7 PASS bold converted <span style="font-weight: 900;"><div>text</div></span> to <d iv>text</div> | 7 PASS bold converted <span style="font-weight: 900;"><div>text</div></span> to <d iv>text</div> |
8 PASS bold converted <span style="font-weight: 900;"><div id="test">hello</div><d iv>world</div></span> to <div id="test">hello</div><div style="font-weight: 900; ">world</div> | 8 PASS bold converted <span style="font-weight: 900;"><div id="test">hello</div><d iv>world</div></span> to <div id="test">hello</div><div style="font-weight: 900; ">world</div> |
9 PASS bold converted <div style="font-weight: bold;">hello<div id="test">world</d iv></div> to <div><b>hello</b><div id="test">world</div></div> | 9 PASS bold converted <div style="font-weight: bold;">hello<div id="test">world</d iv></div> to <div><b>hello</b><div id="test">world</div></div> |
10 PASS bold converted <span style="font-weight: bold;">hello<span id="test">world< /div></div> to <b>hello</b><span id="test">world</span> | 10 PASS bold converted <span style="font-weight: bold;">hello<span id="test">world< /div></div> to <b>hello</b><span id="test">world</span> |
11 PASS bold converted <span style="font-style: italic; font-weight: bold;">hello<s pan id="test">world</div></div> to <span style="font-style: italic;"><b>hello</b ><span id="test">world</span></span> | 11 PASS bold converted <span style="font-style: italic; font-weight: bold;">hello<s pan id="test">world</div></div> to <span style="font-style: italic;"><b>hello</b ><span id="test">world</span></span> |
12 FAIL bold converted <span style="font-weight: bold;"><div id="test">hello</div>< div style="font-weight: normal;"><div>world</div>webkit</div> to <div id="test"> hello</div><div style="font-weight: normal;"><div>world</div>webkit</div>, expec ted <div id="test">hello</div><div>world</div>webkit | 12 FAIL bold converted <span style="font-weight: bold;"><div id="test">hello</div>< div style="font-weight: normal;"><div>world</div>webkit</div> to <div id="test"> hello</div><div style="font-weight: normal;"><div>world</div>webkit</div>, expec ted <div id="test">hello</div><div>world</div>webkit |
13 PASS italic converted <span style="font-style: italic;"><div>hello</div></span> to <div>hello</div> | 13 PASS italic converted <span style="font-style: italic;"><div>hello</div></span> to <div>hello</div> |
14 PASS italic converted <span style="font-style: italic;"><div id="test">hello</di v><span style="font-style: oblique;">world</span> to <div id="test">hello</div>< span style="font-style: oblique;">world</span> | 14 PASS italic converted <span style="font-style: italic;"><div id="test">hello</di v><span style="font-style: oblique;">world</span> to <div id="test">hello</div>< span style="font-style: oblique;">world</span> |
15 PASS italic converted <span style="font-style: italic; font-weight: bold;"><div> hello</div></span> to <span style="font-weight: bold;"><div>hello</div></span> | 15 PASS italic converted <span style="font-style: italic; font-weight: bold;"><div> hello</div></span> to <span style="font-weight: bold;"><div>hello</div></span> |
16 PASS italic converted <span style="font-style: italic; text-decoration: line-thr ough;"><div>hello</div></span> to <span style="text-decoration-line: line-throug h;"><div>hello</div></span> | 16 PASS italic converted <span style="font-style: italic; text-decoration: line-thr ough;"><div>hello</div></span> to <span style="text-decoration-line: line-throug h; text-decoration-style: initial; text-decoration-color: initial;"><div>hello</ div></span> |
Timothy Loh
2016/05/18 07:28:15
The text-decoration shorthand is not in the getPro
| |
17 PASS italic converted <span style="font-style: italic;">hello<div id="test">worl d</div><blockquote>webkit</blockquote></span> to <i>hello</i><div id="test">worl d</div><blockquote style="font-style: italic;">webkit</blockquote> | 17 PASS italic converted <span style="font-style: italic;">hello<div id="test">worl d</div><blockquote>webkit</blockquote></span> to <i>hello</i><div id="test">worl d</div><blockquote style="font-style: italic;">webkit</blockquote> |
18 PASS italic converted <span style="font-style: italic;">hello <span id="test">wo rld</span> webkit</span> to <i>hello </i><span id="test">world</span><i> webkit< /i> | 18 PASS italic converted <span style="font-style: italic;">hello <span id="test">wo rld</span> webkit</span> to <i>hello </i><span id="test">world</span><i> webkit< /i> |
19 PASS underline converted <span style="text-decoration: underline;"><div id="test ">hello</div>world</span> to <div id="test">hello</div><u>world</u> | 19 PASS underline converted <span style="text-decoration: underline;"><div id="test ">hello</div>world</span> to <div id="test">hello</div><u>world</u> |
20 PASS underline converted <span style="text-decoration: underline;"><div id="test ">hello</div><blockquote>world<br>webkit</blockquote></span> to <div id="test">h ello</div><blockquote style="text-decoration-line: underline;">world<br>webkit</ blockquote> | 20 PASS underline converted <span style="text-decoration: underline;"><div id="test ">hello</div><blockquote>world<br>webkit</blockquote></span> to <div id="test">h ello</div><blockquote style="text-decoration-line: underline;">world<br>webkit</ blockquote> |
21 PASS underline converted <span style="text-decoration: underline;">hello<div id= "test">world</div>webkit</u> to <u>hello</u><div id="test">world</div><u>webkit< /u> | 21 PASS underline converted <span style="text-decoration: underline;">hello<div id= "test">world</div>webkit</u> to <u>hello</u><div id="test">world</div><u>webkit< /u> |
22 FAIL underline converted <div style="text-decoration: underline;"><div>hello</sp an></div><div id="test">webkit</div><span style="font-style: italic;">rocks</spa n> to <div><div style="text-decoration-line: underline;">hello</div><div id="tes t">webkit</div><span style="text-decoration-line: underline; font-style: italic; ">rocks</span></div>, expected <div><div style="text-decoration-line: underline; ">hello</span></div><div id="test">webkit</div><u><span style="font-style: itali c;">rocks</span></u></div> | 22 FAIL underline converted <div style="text-decoration: underline;"><div>hello</sp an></div><div id="test">webkit</div><span style="font-style: italic;">rocks</spa n> to <div><div style="text-decoration-line: underline;">hello</div><div id="tes t">webkit</div><span style="text-decoration-line: underline; font-style: italic; ">rocks</span></div>, expected <div><div style="text-decoration-line: underline; ">hello</span></div><div id="test">webkit</div><u><span style="font-style: itali c;">rocks</span></u></div> |
23 PASS underline converted <span style="text-decoration-line: underline;"><div sty le="text-decoration-line: line-through;">hello</div><div id="test">world</div></ span> to <div style="text-decoration-line: underline line-through;">hello</div>< div id="test">world</div> | 23 PASS underline converted <span style="text-decoration-line: underline;"><div sty le="text-decoration-line: line-through;">hello</div><div id="test">world</div></ span> to <div style="text-decoration-line: underline line-through;">hello</div>< div id="test">world</div> |
24 PASS strikeThrough converted <span style="text-decoration-line: line-through;">< div id="test">hello</div><div style="text-decoration-line: underline;">world</di v></span> to <div id="test">hello</div><div style="text-decoration-line: line-th rough underline;">world</div> | 24 PASS strikeThrough converted <span style="text-decoration-line: line-through;">< div id="test">hello</div><div style="text-decoration-line: underline;">world</di v></span> to <div id="test">hello</div><div style="text-decoration-line: line-th rough underline;">world</div> |
25 PASS successfullyParsed is true | 25 PASS successfullyParsed is true |
26 | 26 |
27 TEST COMPLETE | 27 TEST COMPLETE |
28 | 28 |
OLD | NEW |