Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / custom / resources / empty-custom-body.html
blob6dc790f9d830685ca3e1267ca6dac567c0aa8f77
1 <!DOCTYPE html>
2 <script>
3 var proto = Object.create(HTMLBodyElement.prototype);
4 document.registerElement('x-body', {prototype: proto, extends: 'body'});
5 </script>
7 <body id="thebody" is="x-body">
8 </body>