buster%netscape.com 8bdaab9445 regression test additions and improvements.
no source code changed, not part of build, so no reviewer


git-svn-id: svn://10.0.0.236/trunk@83648 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-14 22:05:52 +00:00

29 lines
544 B
HTML

<html>
<head>
<style>
IMG, Input, Textarea {
width: 50px;
height: 25%;
border: 1px solid black;
}
DIV, TABLE {
height: 400px;
width: 400px;
border: 1px solid grey;
}
</style>
</head>
<body>
<h1>children of the body</h1>
<img> <input> <textarea></textarea>
<h1>children of a div with height=400px</h1>
<div>
<img> <input> <textarea></textarea>
</div>
<h1>children of a table with height=400px</h1>
<table><tr><td>
<img> <input> <textarea></textarea>
</td></tr></table>
</body></html>