| Index: LayoutTests/fast/dom/custom/lifecycle-created-creation-api-expected.txt
|
| diff --git a/LayoutTests/fast/dom/custom/lifecycle-created-creation-api-expected.txt b/LayoutTests/fast/dom/custom/lifecycle-created-creation-api-expected.txt
|
| index a964f83b7169665bdccdd9dbe597e101f6c610c5..8f70874605860b3df988b9a1f348c62d7677a2ec 100644
|
| --- a/LayoutTests/fast/dom/custom/lifecycle-created-creation-api-expected.txt
|
| +++ b/LayoutTests/fast/dom/custom/lifecycle-created-creation-api-expected.txt
|
| @@ -18,7 +18,7 @@ PASS importedFoo.firstChild.callbacksCalled is true
|
| PASS window.callbacksCalled is ['div', 'x-foo']
|
| PASS importedBar.callbacksCalled is true
|
| PASS importedBar.firstChild.callbacksCalled is true
|
| -PASS window.callbacksCalled is ['X-FOO', 'DIV']
|
| +PASS window.callbacksCalled is ['DIV', 'X-FOO']
|
| PASS window.callbacksCalled is ['X-FOO']
|
| PASS window.callbacksCalled is ['X-FOO']
|
| PASS successfullyParsed is true
|
|
|