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

9 lines
156 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<html>
<body>
<div>
<div style="border: 10px solid green"><div style="border: 10px solid orange">Hello</div></div>
</div>
</body>
</html>