Take the prefix from createElementNS into account for HTML elements

Fixes #3139
This commit is contained in:
Gilles Leblanc 2014-10-06 22:49:49 -04:00
parent 0549ed3c67
commit 3a5a66d54e
73 changed files with 405 additions and 477 deletions

View file

@ -1,77 +1,3 @@
[case.html]
type: testharness
[createElementNS http://www.w3.org/1999/xhtml,abc,abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,abc,Abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,abc,ABC]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,abc,\xc3\xa4]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,abc,\xc3\x84]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,Abc,abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,Abc,Abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,Abc,ABC]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,Abc,\xc3\xa4]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,Abc,\xc3\x84]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,ABC,abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,ABC,Abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,ABC,ABC]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,ABC,\xc3\xa4]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,ABC,\xc3\x84]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\xa4,abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\xa4,Abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\xa4,ABC]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\xa4,\xc3\xa4]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\xa4,\xc3\x84]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\x84,abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\x84,Abc]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\x84,ABC]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\x84,\xc3\xa4]
expected: FAIL
[createElementNS http://www.w3.org/1999/xhtml,\xc3\x84,\xc3\x84]
expected: FAIL