Update behavior of Document.createElement

Fixes #4009.

Only lower-case the argument to Document#createElement if it's a HTML document.
This commit is contained in:
Zachary Newman 2014-11-17 21:21:46 -05:00
parent 3a0b12f2c0
commit a8ce3e3366
2 changed files with 5 additions and 4 deletions

View file

@ -3,9 +3,6 @@
[new Document(): interfaces]
expected: FAIL
[new Document(): metadata]
expected: FAIL
[new Document(): URL parsing]
expected: FAIL