Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / style / push-down-implicit-styles-mac-expected.txt
blobfa283131307f1563c8c4bc87840adb8bc0d89192
1 Test to make sure we push down inline styles properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS bold on first word of <b><div>hello</div> world</b> yields <div>hello</div><b> world</b>
7 PASS bold on first word of <b><div>hello</div>world</b> yields <div>hello</div><b>world</b>
8 PASS bold on first word of <b><div>hello</div><em>world</em></b> yields <div>hello</div><em style="font-weight: bold;">world</em>
9 PASS bold on second word of <b>hello <div>world</div></b> yields <b>hello </b><div>world</div>
10 PASS bold on second word of <b><em>hello</em> <div>world</div></b> yields <em style="font-weight: bold;">hello</em> <div>world</div>
11 PASS bold on all of <b> <div>text</div> </b> yields  <div>text</div> 
12 PASS bold on all of <b><strike><div>text</div></strike></b> yields <strike><div>text</div></strike>
13 PASS bold on first word of <b><div>hello</div><div>world</div></b> yields <div>hello</div><div style="font-weight: bold;">world</div>
14 PASS bold on first word of <b><div>hello</div><div style="font-weight: normal;">world</div>webkit</b> yields <div>hello</div><div style="font-weight: normal;">world</div><b>webkit</b>
15 PASS bold on second word of <b style="font-style: italic;">hello world</b> yields <b style="font-style: italic;">hello</b><span style="font-style: italic;"> world</span>
16 PASS underline on second word of <u>hello <b>world</b> webkit</u> yields <u>hello</u> <b>world</b><u> webkit</u>
17 PASS underline on last two words of <u>hello <b>world</b> webkit</u> yields <u>hello </u><b>world</b> webkit
18 PASS underline on last two words of <u>hello <b>world webkit</b></u> yields <u>hello </u><b>world webkit</b>
19 PASS underline on second word of <u>hello <b>world webkit</b></u> yields <u>hello</u> <b>world<u> webkit</u></b>
20 PASS underline on second word of <u><b>hello world</b> webkit</u> yields <b><u>hello</u> world</b><u> webkit</u>
21 PASS underline on second word of <u><strike>hello world</strike></u> yields <strike><u>hello</u> world</strike>
22 PASS underline on second word of <u><strike>hello world webkit</strike></u> yields <strike><u>hello</u> world<u> webkit</u></strike>
23 PASS underline on second word of <u><strike>hello world</strike> webkit</u> yields <strike><u>hello</u> world</strike><u> webkit</u>
24 PASS underline on second word of <u>hello <em><code>world webkit</code></em> rocks</u> yields <u>hello</u> <em><code>world<u> webkit</u></code></em><u> rocks</u>
25 PASS strikeThrough on all of <s style="color: blue;">hello world</strike> yields <span style="color: blue;">hello world</span>
26 PASS strikeThrough on first word of <s style="color: blue;"><div>hello</div> <b>world</b> webkit</strike> yields <span style="color: blue;"><div>hello</div> <b style="text-decoration-line: line-through;">world</b><strike> webkit</strike></span>
27 PASS successfullyParsed is true
29 TEST COMPLETE