summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/table-border-008-ref.html
blob: 01253d3026e41b0a9f9a1af5d8bb0b3bfcd8a4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  .fragment {
    float: left;
    width: 50px;
    border: 10px solid;
    background: pink;
  }
</style>
<p>There should be a pink table box with a black border. The table box should be
  split into three columns.</p>
<div class="fragment" style="height:40px; margin-left:100px; margin-top:50px; border-bottom:none;"></div>
<div class="fragment" style="height:100px; margin-left:30px; border-top:none; border-bottom:none;"></div>
<div class="fragment" style="height:40px; margin-left:30px; border-top:none;"></div>