summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/1024428-1.html
blob: ce181c8af3789f0d9c5a5dfc2ff4afb9d788f90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="host"></div>
<script>
var s = host.createShadowRoot();
s.innerHTML = '<input type="range" />';
</script>
</body>
</html>