summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/tall-line-in-short-block-expected.html
blob: f21d59c1c5268e924cfaae4c72964da04a30c3f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<style>
    .kix-lineview { height:2em; background:blue;}
    .doohickey { display:inline-block; height:10em; }
    .content { position:relative; display:inline-block; top:-8.5em; }
</style>
<p>Below you should see two blue boxes with the word "PASS" written on them.</p>
<div style="width:7.5em; line-height:2em; color:white; background:white;">
    <br>
    <div class="kix-lineview">
        <div class="doohickey"></div>
        <div class="content">PASS</div>
    </div>
    <br>
    <div class="kix-lineview">
        <div class="doohickey"></div>
        <div class="content">PASS</div>
    </div>
</div>