| 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 85be4ec53b3e8da3fcf4da3d330bae8a84d4fd95..1fece67059d554e3aa649acbc6617b8f0823718d 100644
|
| --- a/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html
|
| +++ b/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML.html
|
| @@ -28,7 +28,7 @@ shouldBe("window.callbacksCalled", "['a', 'b', 'c']");
|
| // Testing nested elements
|
| window.callbacksCalled = [];
|
| container.innerHTML = "<x-foo id='a'><div id='b' is='x-bar'><x-baz id='c'></x-baz></div></x-foo>";
|
| -shouldBe("window.callbacksCalled", "['c', 'b', 'a']");
|
| +shouldBe("window.callbacksCalled", "['a', 'b', 'c']");
|
| </script>
|
| </body>
|
| </html>
|
|
|