tenfourfox/layout/reftests/webcomponents/nested-insertion-point-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>