summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/table-collapsed-borders-paint-at-boundary-ref.html
blob: 04d643437fe72c60d0f5f46342e6038d9e268eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<style>
.multicol {
  width: 500px;
  height: 100px;
  columns: 5;
  column-fill: auto;
  gap: 10px;
  padding: 10px;
  border: solid 3px;
}
</style>
<div class="multicol">
  <div style="background: dodgerblue; height: 150px;"></div>
  <div style="height: 35px; border: solid 10px lime; border-bottom-width: 5px; margin-left: 2.5px; margin-right: 2.5px;"></div>
  <div style="height: 95px; border: solid black; border-width: 0 10px 5px 15px; margin-right: 2.5px;">
    <div style="border-top: solid lime 5px;"></div>
  </div>
  <div style="height: 5px; background: black; border-right: solid blue 15px; margin-left: 2.5px;"></div>
  <div style="height: 40px; border: solid blue; border-width: 0 15px 10px 10px; margin-left: 2.5px;"></div>
  <div style="height: 40px; border: solid blue; border-width: 0 10px 5px 10px; margin-left: 2.5px; margin-right: 2.5px;"></div>
  <div style="height: 70px; border: solid blue; border-width: 5px 10px 10px 10px; margin-left: 2.5px; margin-right: 2.5px;"></div>