8 border-collapse: collapse;
9 border:
25px solid green;
10 border-top:
10px solid cyan;
12 box-sizing: border-box;
13 outline:
5px solid blue;
16 background-color: yellow;
21 <script src=
"../../resources/check-layout.js"></script>
23 window
.onload = function () {
24 checkLayout(".table");
27 <table class=
"table" data-expected-height=
"87">
36 <table style=
"top: 200px;" class=
"table" data-expected-height=
"87">
45 <table style=
"bottom: 100px;" class=
"table" data-expected-height=
"87">