Files
UXP-Fixed/layout/reftests/webcomponents/nested-insertion-point-1-ref.html
2018-02-02 04:16:08 -05: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>