| 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 abaee90cbf33186a767e0134be0c87170e841d96..93e5a67372ec82bfcfbbdd737ac6dd34dc7b4b3b 100644
|
| --- a/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
|
| +++ b/LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html
|
| @@ -54,7 +54,7 @@ window.callbacksCalled = [];
|
| importedBar = document.importNode(foreignBar);
|
| shouldBeTrue("importedBar.callbacksCalled");
|
| shouldBeTrue("importedBar.firstChild.callbacksCalled");
|
| -shouldBe("window.callbacksCalled", "['X-FOO', 'DIV']");
|
| +shouldBe("window.callbacksCalled", "['DIV', 'X-FOO']");
|
|
|
| window.callbacksCalled = [];
|
| var toBeReplaced = document.createElement("div");
|
|
|