mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
366 B
HTML
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> |