Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/534804-1-ref.html

21 lines
357 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'>
<title>dynamic sibling selector testcase</title>
<style>
#adjacent, #general {
background: #cfc;
}
</style>
</head>
<body>
<div>
<div id="adjacent">PASS: You should see this</div>
</div>
<div>
<div id="general">PASS: You should also see this</div>
</div>
</body>
</html>