blob: 3df71481495b11564a258911fee5023555c0213e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<title>bug 363247</title>
<link rel="stylesheet" href="data:text/css,body {font-size: 20pt}" id="main-css">
</head>
<body>
<table id="table" style="position: absolute; font-size: inherit;">
<tbody>
<tr>
<td>foo</td><td>bar</td>
</tr>
</tbody>
</table>
</body>
</html>
|