gecko-dev/layout/reftests/webcomponents/basic-slot-2.html

8 строки
186 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<p>There should be a green box below.</p>
<slot style="display: block; width: 100px; height: 100px; background: green;"></slot>
</body>
</html>