mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
331 B
HTML
15 lines
331 B
HTML
<html>
|
|
<head>
|
|
<title>Testcase bug 360746 - The right panel has disappeared at andrewdupont.net</title>
|
|
<style>
|
|
div { height: 20px; background-color: green }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="test1"></div>
|
|
<div id="test2"></div>
|
|
<div id="test3"></div>
|
|
<div id="test4"></div>
|
|
</body>
|
|
</html>
|