| 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 on first word of <b><ul><li><b>a</b></li></ul></b> yields <ul><li>a</l
i></ul> | 6 PASS bold on first word of <b><ul><li><b>a</b></li></ul></b> yields <ul><li>a</l
i></ul> |
| 7 PASS bold on first word of <b><ul><li>hello</li><li>world</li></ul></b> yields <
ul><li>hello</li><li style="font-weight: bold;">world</li></ul> | 7 PASS bold on first word of <b><ul><li>hello</li><li>world</li></ul></b> yields <
ul><li>hello</li><li style="font-weight: bold;">world</li></ul> |
| 8 PASS bold on last word of <ul><li>hello</li><li style="font-weight: bold;">world
</li></ul> yields <ul><li>hello</li><li>world</li></ul> | 8 PASS bold on last word of <ul><li>hello</li><li style="font-weight: bold;">world
</li></ul> yields <ul><li>hello</li><li>world</li></ul> |
| 9 PASS bold on first word of <b><ul><li>hello world</li><li>webkit</li></ul></b> y
ields <ul><li>hello <b>world</b></li><li style="font-weight: bold;">webkit</li><
/ul> | 9 PASS bold on first word of <b><ul><li>hello world</li><li>webkit</li></ul></b> y
ields <ul><li>hello <b>world</b></li><li style="font-weight: bold;">webkit</li><
/ul> |
| 10 PASS italic on first word of <i><ul><li><i>a</i></li></ul></i> yields <ul><li>a<
/li></ul> | 10 PASS italic on first word of <i><ul><li><i>a</i></li></ul></i> yields <ul><li>a<
/li></ul> |
| 11 PASS italic on first word of <i><ul><li>hello</li><li>world</li></ul></i> yields
<ul><li>hello</li><li style="font-style: italic;">world</li></ul> | 11 PASS italic on first word of <i><ul><li>hello</li><li>world</li></ul></i> yields
<ul><li>hello</li><li style="font-style: italic;">world</li></ul> |
| 12 PASS italic on last word of <ul><li>hello</li><li style="font-style: italic;">wo
rld</li></ul> yields <ul><li>hello</li><li>world</li></ul> | 12 PASS italic on last word of <ul><li>hello</li><li style="font-style: italic;">wo
rld</li></ul> yields <ul><li>hello</li><li>world</li></ul> |
| 13 PASS italic on first word of <i><ul><li>hello world</li><li>webkit</li></ul></i>
yields <ul><li>hello <i>world</i></li><li style="font-style: italic;">webkit</l
i></ul> | 13 PASS italic on first word of <i><ul><li>hello world</li><li>webkit</li></ul></i>
yields <ul><li>hello <i>world</i></li><li style="font-style: italic;">webkit</l
i></ul> |
| 14 PASS underline on first word of <u><ul><li><u>a</u></li></ul></u> yields <ul><li
>a</li></ul> | 14 PASS underline on first word of <u><ul><li><u>a</u></li></ul></u> yields <ul><li
>a</li></ul> |
| 15 PASS underline on first word of <u><ul><li>hello</li><li>world</li></ul></u> yie
lds <ul><li>hello</li><li style="text-decoration: underline;">world</li></ul> | 15 PASS underline on first word of <u><ul><li>hello</li><li>world</li></ul></u> yie
lds <ul><li>hello</li><li style="text-decoration-line: underline;">world</li></u
l> |
| 16 PASS underline on last word of <ul><li>hello</li><li style="text-decoration: und
erline;">world</li></ul> yields <ul><li>hello</li><li>world</li></ul> | 16 PASS underline on last word of <ul><li>hello</li><li style="text-decoration: und
erline;">world</li></ul> yields <ul><li>hello</li><li>world</li></ul> |
| 17 PASS underline on first word of <u><ul><li>hello world</li><li>webkit</li></ul><
/u> yields <ul><li>hello <u>world</u></li><li style="text-decoration: underline;
">webkit</li></ul> | 17 PASS underline on first word of <u><ul><li>hello world</li><li>webkit</li></ul><
/u> yields <ul><li>hello <u>world</u></li><li style="text-decoration-line: under
line;">webkit</li></ul> |
| 18 PASS strikethrough on first word of <strike><ul><li><strike>a</strike></li></ul>
</strike> yields <ul><li>a</li></ul> | 18 PASS strikethrough on first word of <strike><ul><li><strike>a</strike></li></ul>
</strike> yields <ul><li>a</li></ul> |
| 19 PASS strikethrough on first word of <strike><ul><li>hello</li><li>world</li></ul
></strike> yields <ul><li>hello</li><li style="text-decoration: line-through;">w
orld</li></ul> | 19 PASS strikethrough on first word of <strike><ul><li>hello</li><li>world</li></ul
></strike> yields <ul><li>hello</li><li style="text-decoration-line: line-throug
h;">world</li></ul> |
| 20 PASS strikethrough on last word of <ul><li>hello</li><li style="text-decoration:
line-through;">world</li></ul> yields <ul><li>hello</li><li>world</li></ul> | 20 PASS strikethrough on last word of <ul><li>hello</li><li style="text-decoration:
line-through;">world</li></ul> yields <ul><li>hello</li><li>world</li></ul> |
| 21 PASS strikethrough on first word of <strike><ul><li>hello world</li><li>webkit</
li></ul></strike> yields <ul><li>hello <strike>world</strike></li><li style="tex
t-decoration: line-through;">webkit</li></ul> | 21 PASS strikethrough on first word of <strike><ul><li>hello world</li><li>webkit</
li></ul></strike> yields <ul><li>hello <strike>world</strike></li><li style="tex
t-decoration-line: line-through;">webkit</li></ul> |
| 22 PASS successfullyParsed is true | 22 PASS successfullyParsed is true |
| 23 | 23 |
| 24 TEST COMPLETE | 24 TEST COMPLETE |
| 25 | 25 |
| OLD | NEW |