| Index: LayoutTests/webexposed/custom-elements-expected.txt
|
| diff --git a/LayoutTests/webexposed/custom-elements-expected.txt b/LayoutTests/webexposed/custom-elements-expected.txt
|
| index 0fdddb382d5dfd82a887ece5b8cd4a37d79b3270..013a4e8d9a63700cd53a4eabc7ba0c232bd81181 100644
|
| --- a/LayoutTests/webexposed/custom-elements-expected.txt
|
| +++ b/LayoutTests/webexposed/custom-elements-expected.txt
|
| @@ -3,10 +3,10 @@ Tests basic web-exposure of Custom Elements
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -Document.prototype.hasOwnProperty("register")
|
| +Document.prototype.hasOwnProperty("registerElement")
|
| true
|
|
|
| -typeof Document.prototype.register
|
| +typeof Document.prototype.registerElement
|
| function
|
|
|
| document.createElement("x-a") instanceof HTMLUnknownElement
|
|
|