Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / text-shadow-at-column-boundaries.html
blobf88e46d694053a5ac175c6abbf0f26f09af6bdb9
1 <!DOCTYPE html>
2 <p>Text shadow should not affect layout. This obviously also applies inside multicol.</p>
3 <p>Below there should only be a blue square, and nothing else.</p>
4 <div style="-webkit-columns:4; -webkit-column-gap:0; width:8em; height:8em; line-height:2em; text-shadow:0.5em 0.5em 0 blue; color:blue; background:blue;">
5 F<br>
6 A<br>
7 I<br>
8 L<br>
9 F<br>
10 A<br>
11 I<br>
12 L<br>
13 F<br>
14 A<br>
15 I<br>
16 L<br>
17 F<br>
18 A<br>
19 I<br>
20 L<br>
21 </div>