"stylesheet" to anoher. Bug 360746, r+sr=sicking git-svn-id: svn://10.0.0.236/trunk@225026 18797224-902f-48f8-a5cc-f745e15eee43
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>
|