blob: 0fe767b61b61fc97623d50a2666f1dcc251dcce5 [file] [log] [blame]
<!DOCTYPE html>
<style>
body { color: rgba(0, 0, 0, 0.4); font-weight: bold; }
table { border-collapse: collapse; }
tr { border-left: 5px solid rgba(0, 0, 0, 0.4); }
th { width: 400px; height: 100px; }
td { width: 400px; height: 600px; }
</style>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
<div>All text and borders should be in light gray</div>
<table>
<thead>
<tr><th>Header</th></tr>
</thead>
<tbody>
<tr><td>Foo</td></tr>
<tr><td>Foo</td></tr>
<tr><td>Foo</td></tr>
<tr><td>Foo</td></tr>
</tbody>
</table>
<div style=>All text and borders should be in light gray</div>