| Index: LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt
|
| diff --git a/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt b/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt
|
| index 94c90faeff49d2baaaaf984148c18cc5a13f2c1e..cca5abbef6a3a0eb49819011daf78bc8336acb13 100644
|
| --- a/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt
|
| +++ b/LayoutTests/fast/dom/custom/lifecycle-created-innerHTML-expected.txt
|
| @@ -3,7 +3,7 @@ This test ensures that the lifecycle callback of a parser-made element is visibl
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS window.callbacksCalled is ['c', 'b', 'a']
|
| +PASS window.callbacksCalled is ['a', 'b', 'c']
|
| PASS window.callbacksCalled is ['c', 'b', 'a']
|
| PASS successfullyParsed is true
|
|
|
|
|