| 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 07455749edfcdb42a20ed21c82fb7eb4270edd45..dd7908590fd047648377997a7a9679b4bdade66f 100644
|
| --- a/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html
|
| +++ b/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html
|
| @@ -23,7 +23,7 @@ document.register("x-baz", { prototype: Object.create(HTMLElement.prototype, { c
|
| // Testing element siblings
|
| window.callbacksCalled = [];
|
| container.innerHTML = "<x-foo id='a'></x-foo><div id='b' is='x-bar'></div><x-baz id='c'></x-baz>";
|
| -shouldBe("window.callbacksCalled", "['c', 'b', 'a']");
|
| +shouldBe("window.callbacksCalled", "['a', 'b', 'c']");
|
|
|
| // Testing nested elements
|
| window.callbacksCalled = [];
|
|
|