| Index: LayoutTests/fast/dom/custom/lifecycle-created-paste-expected.txt
|
| diff --git a/LayoutTests/fast/dom/custom/lifecycle-created-paste-expected.txt b/LayoutTests/fast/dom/custom/lifecycle-created-paste-expected.txt
|
| index 280e4c70d4bc2c744e77202063e2ea539a8cc29d..43fb3de699e0cc4adb87346a7edfd873d275b233 100644
|
| --- a/LayoutTests/fast/dom/custom/lifecycle-created-paste-expected.txt
|
| +++ b/LayoutTests/fast/dom/custom/lifecycle-created-paste-expected.txt
|
| @@ -3,8 +3,8 @@ This test ensures that the lifecycle callbacks of editing-originated elements ar
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS window.callbacksCalled is ['DIV', 'X-FOO']
|
| -PASS window.callbacksCalled is ['DIV', 'X-FOO', 'DIV', 'X-FOO']
|
| +PASS window.callbacksCalled is ['X-FOO', 'DIV']
|
| +PASS window.callbacksCalled is ['X-FOO', 'DIV', 'X-FOO', 'DIV']
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|