blob: f092215993e13d2f8f738f12f35ce6922c1e05b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html>
<head>
<style type="text/css">
body {
overflow: auto;
display: -moz-stack;
}
</style>
</head>
<body>
<table><tbody><tr><td>Cell</td></tr></tbody></table>
</body>
</html>
|