| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index ebe90e01ad3ca7888f74fa7262d625da1c468da6..1f566e749d3434a78c1f2910960897022bb2d2f5 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -184,6 +184,7 @@ _html_element_constructors = monitored.Dict(
|
| 'HTMLTableElement': 'table',
|
| 'HTMLTableRowElement': 'tr',
|
| #'HTMLTableSectionElement' <thead> <tbody> <tfoot>
|
| + 'HTMLTemplateElement': 'template',
|
| 'HTMLTextAreaElement': 'textarea',
|
| 'HTMLTitleElement': 'title',
|
| 'HTMLTrackElement': 'track',
|
| @@ -332,6 +333,7 @@ _js_support_checks_basic_element_with_constructors = [
|
| 'HTMLObjectElement',
|
| 'HTMLOutputElement',
|
| 'HTMLProgressElement',
|
| + 'HTMLTemplateElement',
|
| 'HTMLTrackElement',
|
| ]
|
|
|
|
|