2 <script src=
"../../resources/check-layout.js"></script>
3 <p>Below there should be a green square with a black border.
</p>
4 <table id=
"elm" style=
"background:black;" data-expected-height=
"106" data-expected-width=
"106">
6 <td style=
"height:min-intrinsic;">
7 <div style=
"width:100px; height:100px; background:green;"></div>
13 checkLayout("#elm", document
.getElementById("result"));