1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 03:18:36 +00:00
Files
UXP/layout/reftests/webcomponents/basic-shadow-element-1-ref.html
T

11 lines
227 B
HTML

<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<div>
<div style="width:100px; height:100px; background-color:green"></div><div style="width:100px; height:100px; background-color:orange">Hello World</div>
</div>
</body>
</html>