tenfourfox/layout/reftests/webcomponents/basic-insertion-point-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>