mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Take the prefix from createElementNS into account for HTML elements
Fixes #3139
This commit is contained in:
parent
0549ed3c67
commit
3a5a66d54e
73 changed files with 405 additions and 477 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue