Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <script> | |
| 3 var proto = Object.create(HTMLBodyElement.prototype); | |
| 4 document.registerElement('x-body', {prototype: proto, extends: 'body'}); | |
| 5 </script> | |
| 6 <body id="thebody" is="x-body"> | |
| 7 | |
| 8 </body> | |
| 9 </html> | |
| OLD | NEW |