Implement document.createProcessingInstruction

Spec:
http://dom.spec.whatwg.org/#dom-document-createprocessinginstruction

This is a sub-task for #1428.
This commit is contained in:
Bruno de Oliveira Abinader 2014-02-05 11:51:42 -04:00
parent 799e0ace78
commit ac8c659d2b
4 changed files with 39 additions and 2 deletions

View file

@ -154,6 +154,7 @@ DOMInterfaces = {
'createComment',
'createDocumentFragment',
'createElement',
'createProcessingInstruction',
'createTextNode',
'title',
'body',