mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
564 B
HTML
15 lines
564 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Bug 231574 testcase</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div noWrap style="height: 100px; width: 100%; border: 3px solid; white-space: nowrap;">
|
||
|
<button style="height: 100px; width: 100px; background-color: red;"></button>
|
||
|
<button style="height: 100px; width: 100px; background-color: green;"></button>
|
||
|
<button style="height: 100px; width: 100px; background-color: blue; font-size: 80px;">A</button>
|
||
|
<button style="height: 100px; background-color: yellow;">Jump out of the window</button></nobr>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|