bzbarsky%mit.edu 77898dd550 Adding regression tests
git-svn-id: svn://10.0.0.236/trunk@185344 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-28 22:24:28 +00:00

8 lines
366 B
HTML

<html><head>
<title>Testcase bug 304004 - contents of button not renderer equally when using style:position:absolute;</title>
</head><body>
<input value="hello" style="width: 40px;" type="button"><br>
<input value="hello" style="width: 40px; display: block;" type="button">
<input value="hello" style="width: 40px; position: absolute;" type="button">
</body></html>