8 border:
25px solid green;
9 border-top:
10px solid cyan;
11 box-sizing: border-box;
12 outline:
5px solid blue;
15 background-color: yellow;
20 <script src=
"../../resources/check-layout.js"></script>
22 window
.onload = function () {
23 checkLayout(".table");
26 <table class=
"table" data-expected-height=
"91">
35 <table style=
"top: 200px;" class=
"table" data-expected-height=
"91">
44 <table style=
"bottom: 100px;" class=
"table" data-expected-height=
"91">