| 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 5a1e3fe2ffb287cda14de9ef39245608f3202d68..c2f94f9643c91e0dec18902b54ecac135b409059 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 []
|
| PASS importedBar.callbacksCalled is true
|
| PASS importedBar.firstChild.callbacksCalled is true
|
| -PASS window.callbacksCalled is ['DIV', 'X-FOO']
|
| +PASS window.callbacksCalled is ['X-FOO', 'DIV']
|
| PASS window.callbacksCalled is ['X-FOO']
|
| PASS window.callbacksCalled is ['X-FOO']
|
| PASS successfullyParsed is true
|
|
|