Sign in
chromium
/
external
/
selenium
/
master
/
.
/
javascript
/
atoms
/
test
/
testdata
/
table_size.html
blob: 5b896428482a927a15f1cbb100e4dff7371c8e81 [
file
] [
log
] [
blame
]
<html>
<head><title>
This page's size is determined by a child element>
</title></head>
<body>
<table
width
=
"350"
height
=
"200"
>
<tr><td>
This is in a table
</td></tr>
</table>
</body>
</html>