Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / nested-columns-expected.html
blobbd2f97fead9575c90bbe3e205caffc23de0e1299
1 <!DOCTYPE html>
2 <style>
3 #fakeMulticol {
4 line-height: 2em;
6 #fakeMulticol > span {
7 display: inline-block;
8 width: 1em;
10 </style>
11 <p>The word 'PASSED' should be seen below.</p>
12 <div id="fakeMulticol">
13 <span>P</span><span>A</span><span>S</span><span>S</span><span>E</span><span>D</span>
14 </div>