blob: 961f17a99f11cca3396c1bcf93214ac24c702072 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<p>There should be a black box below. <br>
<table id="table" border="null" width="100%" height="100%">
<tr>
<td height="26"></td>
</tr>
</table>
<div id="console"></div>
<script>
shouldBeEqualToString('getComputedStyle(document.querySelector("table")).borderTopWidth', "1px");
</script>
</body>