Index: LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html |
diff --git a/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html b/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html |
index dd7908590fd047648377997a7a9679b4bdade66f..eaf7aba63a3cb0171e8381798767716a8e6572e9 100644 |
--- a/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html |
+++ b/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html |
@@ -13,7 +13,7 @@ function trackingReadyCallback() |
} |
document.register("x-foo", { prototype: Object.create(HTMLElement.prototype, { createdCallback: { value: trackingReadyCallback } }) }); |
-document.register("x-bar", { prototype: Object.create(HTMLDivElement.prototype, { createdCallback: { value: trackingReadyCallback } }) }); |
+document.register("x-bar", { extends: "div", prototype: Object.create(HTMLDivElement.prototype, { createdCallback: { value: trackingReadyCallback } }) }); |
document.register("x-baz", { prototype: Object.create(HTMLElement.prototype, { createdCallback: { value: trackingReadyCallback } }) }); |
</script> |
</head> |