blob: e0b4495a97c53d3d188acc38fb2899ad184c424a [file] [log] [blame]
<html>
<link rel="import" href="../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>