Files
Mozilla/mozilla/layout/reftests/bugs/360746-1-ref.html
bzbarsky%mit.edu de5f48f022 Don't drop the old sheet when "rel" changes from one value that contains
"stylesheet" to anoher.  Bug 360746, r+sr=sicking


git-svn-id: svn://10.0.0.236/trunk@225026 18797224-902f-48f8-a5cc-f745e15eee43
2007-04-25 18:48:18 +00:00

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>