Index: sky/tests/custom-elements/lifecycle-created-createElement-recursion.html |
diff --git a/sky/tests/custom-elements/lifecycle-created-createElement-recursion.html b/sky/tests/custom-elements/lifecycle-created-createElement-recursion.html |
deleted file mode 100644 |
index 2e0caa06a9e24e9f4e993c0b21012b3fdf72a0a4..0000000000000000000000000000000000000000 |
--- a/sky/tests/custom-elements/lifecycle-created-createElement-recursion.html |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<html> |
-<link rel="import" href="../resources/dump-as-text.html" /> |
-<body> |
-<script> |
-document.registerElement("x-foo", { prototype: Object.create(HTMLElement.prototype, { createdCallback: { value: function () { this.innerHTML = "<x-foo>Hello</x-foo>"; } } }) }); |
-document.createElement("x-foo"); |
-console.log("PASS unless crash"); |
-</script> |
-</body> |
-</html> |