Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / custom / resources / empty-custom-body.html
1 <!DOCTYPE html>
2 <script>
3 var proto = Object.create(HTMLBodyElement.prototype);
4 document.registerElement('x-body', {prototype: proto, extends: 'body'});
5 </script>
6
7 <body id="thebody" is="x-body">
8 </body>