Index: tools/dom/scripts/systemhtml.py |
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py |
index c8ba61bd58f733b99621cd44b9d02280f1ccdb94..9859dc8725ef8282d83e2931bc9142e077d989da 100644 |
--- a/tools/dom/scripts/systemhtml.py |
+++ b/tools/dom/scripts/systemhtml.py |
@@ -80,6 +80,7 @@ js_support_checks = { |
'HTMLObjectElement': "Element.isTagSupported('object')", |
'HTMLOutputElement': "Element.isTagSupported('output')", |
'HTMLProgressElement': "Element.isTagSupported('progress')", |
+ 'HTMLShadowElement': "Element.isTagSupported('shadow')", |
'HTMLTrackElement': "Element.isTagSupported('track')", |
} |