tenfourfox/layout/reftests/bugs/534804-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 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>