| Index: LayoutTests/fast/dom/custom/registration-context-sharing.html
|
| diff --git a/LayoutTests/fast/dom/custom/registration-context-sharing.html b/LayoutTests/fast/dom/custom/registration-context-sharing.html
|
| index 10a087fbc389f21442e466216885c269e0875608..d8ec2a6dea254ed160c04b97b6fadeba2ab51030 100644
|
| --- a/LayoutTests/fast/dom/custom/registration-context-sharing.html
|
| +++ b/LayoutTests/fast/dom/custom/registration-context-sharing.html
|
| @@ -37,10 +37,10 @@ testUpgrade_oneDefinitionShouldUpgradeMultipleDocuments = function () {
|
|
|
| assert_array_equals(
|
| invocations,
|
| - ['created document B upgrade candidate with prototype tagged U',
|
| - 'created document A upgrade candidate with prototype tagged U'],
|
| + ['created document A upgrade candidate with prototype tagged U',
|
| + 'created document B upgrade candidate with prototype tagged U'],
|
| 'the created callback should have been called for both elements ' +
|
| - 'in reverse creation order');
|
| + 'in creation order');
|
| };
|
|
|
| TestRegistrationContextSharing.prototype.
|
|
|