blob: 812c5f64b6345db8ecf13fd77e54a38f577bb0e4 [file] [log] [blame]
<html>
<import src="../resources/dump-as-text.sky" />
<body>
<section id="a" is="x-a"></section>
Tests that type extension of a element whose DOM interface is HTMLElement does not assert
<script>
var u = document.querySelector('#a');
var v = document.createElement('section', 'x-a');
</script>
</body>
</html>