createElement can now take an ignored string for options

This commit is contained in:
Patrick Shaughnessy 2019-12-23 11:35:32 -05:00
parent 3e77a0ae09
commit 8184a25c17
5 changed files with 24 additions and 18 deletions

View file

@ -4,7 +4,3 @@
[document.createElement must create an instance of autonomous custom elements when it has is attribute]
expected: FAIL
[document.createElement()'s second argument is to be ignored when it's a string]
expected: FAIL

View file

@ -1,4 +0,0 @@
[Document-createElementNS.html]
[document.createElementNS()'s third argument is to be ignored when it's a string]
expected: FAIL