blob: 7217fe6ccd21f7906e682d5096ba3ff27ee41881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|