gecko/layout/reftests/webcomponents/nested-insertion-point-1-ref.html

9 lines
156 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div>
<div style="border: 10px solid green"><div style="border: 10px solid orange">Hello</div></div>
</div>
</body>
</html>