| Index: LayoutTests/fast/dom/custom/element-upgrade.html
|
| diff --git a/LayoutTests/fast/dom/custom/element-upgrade.html b/LayoutTests/fast/dom/custom/element-upgrade.html
|
| index cface893738ebe617c5f50ec95ec0a7ff4cd6588..19775d0c2e493d34508b3d661b3ebe10e773ee81 100644
|
| --- a/LayoutTests/fast/dom/custom/element-upgrade.html
|
| +++ b/LayoutTests/fast/dom/custom/element-upgrade.html
|
| @@ -52,7 +52,7 @@ var upgradedOrder = [];
|
| var protoE = Object.create(HTMLElement.prototype);
|
| protoE.createdCallback = function() { upgradedOrder.push(this.id); };
|
| document.register('x-e', {prototype: protoE});
|
| -shouldBe('upgradedOrder', '["e2","e1","e3","e4","e5"]');
|
| +shouldBe('upgradedOrder', '["e1","e2","e3","e4","e5"]');
|
|
|
| successfullyParsed = true;
|
| </script>
|
|
|