| Index: LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
|
| diff --git a/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html b/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
|
| index ae3370870b14004d430e29ec507592995853899e..d613de2b9385fbf72ff3eea009f94d4d2fab5992 100644
|
| --- a/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
|
| +++ b/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
|
| @@ -53,7 +53,7 @@ shouldBe("window.callbacksCalled", "[]");
|
| importedBar = document.importNode(foreignBar);
|
| shouldBeTrue("importedBar.callbacksCalled");
|
| shouldBeTrue("importedBar.firstChild.callbacksCalled");
|
| -shouldBe("window.callbacksCalled", "['DIV', 'X-FOO']");
|
| +shouldBe("window.callbacksCalled", "['X-FOO', 'DIV']");
|
|
|
| window.callbacksCalled = [];
|
| var toBeReplaced = document.createElement("div");
|
|
|