5 testRunner
.dumpAsText();
7 <script src=
"../../resources/js-test.js"></script>
10 <p>There should be a black box below.
<br>
12 <table id=
"table" width=
"100%" height=
"100%">
18 <div id=
"console"></div>
20 var table
= document
.getElementById("table");
21 table
.setAttribute("border", null);
22 shouldBeEqualToString('getComputedStyle(document.querySelector("table")).borderTopWidth', "1px");