|
2774 | 2774 | "createComment(undefined)" |
2775 | 2775 | ], |
2776 | 2776 | "dom/nodes/Document-createElement-namespace.html": [ |
2777 | | - "Created element's namespace in created HTML document by DOMParser ('text/html')", |
2778 | 2777 | "Created element's namespace in created XML document by DOMParser ('text/xml')", |
2779 | 2778 | "Created element's namespace in created XML document by DOMParser ('application/xml')", |
2780 | | - "Created element's namespace in created XHTML document by DOMParser ('application/xhtml+xml')", |
2781 | 2779 | "Created element's namespace in created SVG document by DOMParser ('image/svg+xml')", |
2782 | 2780 | "Created element's namespace in empty.xhtml", |
2783 | 2781 | "Created element's namespace in empty.xml", |
|
3036 | 3034 | "dom/nodes/Element-siblingElement-null-xhtml.xhtml": [ |
3037 | 3035 | "Uncaught: Unexpected token <" |
3038 | 3036 | ], |
| 3037 | + "dom/nodes/Element-tagName.html": [ |
| 3038 | + "tagName should be updated when changing ownerDocument" |
| 3039 | + ], |
3039 | 3040 | "dom/nodes/Element-webkitMatchesSelector.html": [ |
3040 | 3041 | "Selectors-API Level 2 Test Suite: HTML with Selectors Level 3" |
3041 | 3042 | ], |
|
4529 | 4530 | "XHR - retrieve HTML document: document.contentType === 'application/xml'" |
4530 | 4531 | ], |
4531 | 4532 | "domparsing/DOMParser-parseFromString-html.html": [ |
4532 | | - "Parsing of id attribute", |
4533 | | - "contentType", |
4534 | | - "characterSet", |
4535 | | - "inputEncoding", |
4536 | | - "charset", |
4537 | | - "URL value", |
4538 | | - "baseURI value", |
4539 | | - "Location value", |
4540 | | - "DOMParser parses HTML tag soup with no problems", |
4541 | | - "DOMParser throws on an invalid enum value" |
| 4533 | + "baseURI value" |
4542 | 4534 | ], |
4543 | 4535 | "domparsing/DOMParser-parseFromString-xml-doctype.html": [ |
4544 | | - "Doctype parsing of System Id must fail on ommitted value", |
4545 | | - "Doctype parsing of System Id can handle empty string", |
4546 | | - "Doctype parsing of System Id can handle a quoted value" |
| 4536 | + "Doctype parsing of System Id must fail on ommitted value" |
4547 | 4537 | ], |
4548 | 4538 | "domparsing/DOMParser-parseFromString-xml-internal-subset.html": [ |
4549 | 4539 | "Parsing and serialization of doctype internal subset" |
|
4657 | 4647 | "domparsing/style_attribute_html.html": [ |
4658 | 4648 | "Parsing of initial style attribute", |
4659 | 4649 | "Parsing of invalid style attribute", |
4660 | | - "Parsing of style attribute", |
4661 | | - "Update style.backgroundColor" |
| 4650 | + "Parsing of style attribute" |
4662 | 4651 | ], |
4663 | 4652 | "domparsing/xml-serialization.xhtml": [ |
4664 | 4653 | "Uncaught: Unexpected token <" |
|
0 commit comments