blob: 075077591cf40cb83f26eced22a60ccf66f50175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="host"></div>
<script>
host.attachShadow({ mode: "open" }).innerHTML = '<input type="range" />';
</script>
</body>
</html>
|