Skip to content

Commit c585f01

Browse files
committed
Update web-platform-blacklist
1 parent 0b2a1ff commit c585f01

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

test/web-platform-blacklist.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2774,10 +2774,8 @@
27742774
"createComment(undefined)"
27752775
],
27762776
"dom/nodes/Document-createElement-namespace.html": [
2777-
"Created element's namespace in created HTML document by DOMParser ('text/html')",
27782777
"Created element's namespace in created XML document by DOMParser ('text/xml')",
27792778
"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')",
27812779
"Created element's namespace in created SVG document by DOMParser ('image/svg+xml')",
27822780
"Created element's namespace in empty.xhtml",
27832781
"Created element's namespace in empty.xml",
@@ -3036,6 +3034,9 @@
30363034
"dom/nodes/Element-siblingElement-null-xhtml.xhtml": [
30373035
"Uncaught: Unexpected token <"
30383036
],
3037+
"dom/nodes/Element-tagName.html": [
3038+
"tagName should be updated when changing ownerDocument"
3039+
],
30393040
"dom/nodes/Element-webkitMatchesSelector.html": [
30403041
"Selectors-API Level 2 Test Suite: HTML with Selectors Level 3"
30413042
],
@@ -4529,21 +4530,10 @@
45294530
"XHR - retrieve HTML document: document.contentType === 'application/xml'"
45304531
],
45314532
"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"
45424534
],
45434535
"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"
45474537
],
45484538
"domparsing/DOMParser-parseFromString-xml-internal-subset.html": [
45494539
"Parsing and serialization of doctype internal subset"
@@ -4657,8 +4647,7 @@
46574647
"domparsing/style_attribute_html.html": [
46584648
"Parsing of initial style attribute",
46594649
"Parsing of invalid style attribute",
4660-
"Parsing of style attribute",
4661-
"Update style.backgroundColor"
4650+
"Parsing of style attribute"
46624651
],
46634652
"domparsing/xml-serialization.xhtml": [
46644653
"Uncaught: Unexpected token <"

0 commit comments

Comments
 (0)