| Index: LayoutTests/fast/dom/custom/resources/empty.html
|
| diff --git a/LayoutTests/fast/dom/custom/resources/empty.html b/LayoutTests/fast/dom/custom/resources/empty.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b3ea39374588ba67bcaf3478b13da4be6bdf2e4
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/custom/resources/empty.html
|
| @@ -0,0 +1,9 @@
|
| +<html>
|
| +<script>
|
| +var proto = Object.create(HTMLBodyElement.prototype);
|
| +document.registerElement('x-body', {prototype: proto, extends: 'body'});
|
| +</script>
|
| +<body id="thebody" is="x-body">
|
| +
|
| +</body>
|
| +</html>
|
|
|