tenfourfox/dom/base/crashtests/1024428-1.html

13 lines
175 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="host"></div>
<script>
var s = host.createShadowRoot();
s.innerHTML = '<input type="range" />';
</script>
</body>
</html>