mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
auto merge of #3898 : Ms2ger/servo/prefix-clone, r=jdm
The current code calls as_slice() on the Option, yielding &[DOMString], and then calls to_string, yielding "[prefix]".
This commit is contained in:
commit
76cc006a40
3 changed files with 1 additions and 13 deletions
|
@ -3,9 +3,3 @@
|
|||
[tagName should be updated when changing ownerDocument]
|
||||
expected: FAIL
|
||||
|
||||
[tagName should be updated when changing ownerDocument (createDocument without prefix)]
|
||||
expected: FAIL
|
||||
|
||||
[tagName should be updated when changing ownerDocument (createDocument with prefix)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
[Node-cloneNode.html]
|
||||
type: testharness
|
||||
[Unprefixed HTML element]
|
||||
expected: FAIL
|
||||
|
||||
[Prefixed HTML element]
|
||||
expected: FAIL
|
||||
|
||||
[Prefixed non-HTML element]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue