tenfourfox/dom/base/crashtests/1029710.html

12 lines
146 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body>
<script>
var x = document.createElement('span');
x.createShadowRoot();
x.id = 'a';
</script>
</body>
</html>