blob: 57c575eb02c395eabbc73a1ba359745018fbbbd4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<html>
<style>
table:after { display: table-footer-group; content: "x"; }
</style>
<table>
<script>
document.body.offsetWidth;
</script>
<tbody></tbody><colgroup></colgroup>
|