| Index: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/resources/custom-elements-helpers.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/resources/custom-elements-helpers.js b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/resources/custom-elements-helpers.js
|
| index 63fb98b4356cdd716c143030099ad3c2068aa087..d8318ebda901756b5d50ad27729ee4c0acf15699 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/resources/custom-elements-helpers.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/resources/custom-elements-helpers.js
|
| @@ -65,6 +65,7 @@ function define_new_custom_element(observedAttributes) {
|
|
|
| return {
|
| name: name,
|
| + class: CustomElement,
|
| takeLog: function () {
|
| let currentLog = log; log = [];
|
| currentLog.types = () => currentLog.map((entry) => entry.type);
|
|
|