Files
UXP-Fixed/layout/reftests/webcomponents/basic-insertion-point-2-ref.html
T
2018-02-02 04:16:08 -05:00

12 lines
221 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div>
<div style="border: 10px solid green">
<span style="background-color: purple">Hello</span>
<span style="background-color: orange">World</span>
</div>
</div>
</body>
</html>