blob: 6dc790f9d830685ca3e1267ca6dac567c0aa8f77 [file] [log] [blame]
<!DOCTYPE html>
<script>
var proto = Object.create(HTMLBodyElement.prototype);
document.registerElement('x-body', {prototype: proto, extends: 'body'});
</script>
<body id="thebody" is="x-body">
</body>