Implemented {Document,Element}.getElementsByTagName

This commit is contained in:
Bruno de Oliveira Abinader 2014-02-27 13:14:02 -04:00
parent c768097adc
commit d22dbb53ca
4 changed files with 11 additions and 6 deletions

View file

@ -32,6 +32,7 @@ DOMInterfaces = {
'createElement',
'createProcessingInstruction',
'createTextNode',
'getElementsByTagName',
'title',
],
},
@ -43,6 +44,7 @@ DOMInterfaces = {
'attributes',
'getBoundingClientRect',
'getClientRects',
'getElementsByTagName',
'id',
'innerHTML',
'outerHTML',