| Index: LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt
|
| diff --git a/LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt b/LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt
|
| index 7003fc305fb8df2657ac3e70c6f5652c7c0fc9b9..3045942f1f26375329aedaeaa5099070b7d90f09 100644
|
| --- a/LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt
|
| +++ b/LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt
|
| @@ -3,7 +3,7 @@ Testing document.register() type extension behaviours through createElement().
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS document.register("x-foo", { prototype: Object.create(HTMLDivElement.prototype) }) threw exception InvalidStateError: Failed to call 'register' on 'Document' for type 'x-foo': a type with that name is already registered..
|
| +PASS document.register("x-foo", { prototype: Object.create(HTMLDivElement.prototype) }) threw exception InvalidStateError: Failed to execute 'register' on 'Document': Registration failed for type 'x-foo'. A type with that name is already registered..
|
| PASS fooNewed.outerHTML is "<x-foo></x-foo>"
|
| PASS fooNewed instanceof fooConstructor && fooNewed instanceof HTMLElement is true
|
| PASS fooNewed instanceof HTMLUnknownElement is false
|
|
|