Skip to content

Commit

Permalink
Update web-platform-blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinput committed Dec 25, 2018
1 parent 0b2a1ff commit c585f01
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions test/web-platform-blacklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2774,10 +2774,8 @@
"createComment(undefined)"
],
"dom/nodes/Document-createElement-namespace.html": [
"Created element's namespace in created HTML document by DOMParser ('text/html')",
"Created element's namespace in created XML document by DOMParser ('text/xml')",
"Created element's namespace in created XML document by DOMParser ('application/xml')",
"Created element's namespace in created XHTML document by DOMParser ('application/xhtml+xml')",
"Created element's namespace in created SVG document by DOMParser ('image/svg+xml')",
"Created element's namespace in empty.xhtml",
"Created element's namespace in empty.xml",
Expand Down Expand Up @@ -3036,6 +3034,9 @@
"dom/nodes/Element-siblingElement-null-xhtml.xhtml": [
"Uncaught: Unexpected token <"
],
"dom/nodes/Element-tagName.html": [
"tagName should be updated when changing ownerDocument"
],
"dom/nodes/Element-webkitMatchesSelector.html": [
"Selectors-API Level 2 Test Suite: HTML with Selectors Level 3"
],
Expand Down Expand Up @@ -4529,21 +4530,10 @@
"XHR - retrieve HTML document: document.contentType === 'application/xml'"
],
"domparsing/DOMParser-parseFromString-html.html": [
"Parsing of id attribute",
"contentType",
"characterSet",
"inputEncoding",
"charset",
"URL value",
"baseURI value",
"Location value",
"DOMParser parses HTML tag soup with no problems",
"DOMParser throws on an invalid enum value"
"baseURI value"
],
"domparsing/DOMParser-parseFromString-xml-doctype.html": [
"Doctype parsing of System Id must fail on ommitted value",
"Doctype parsing of System Id can handle empty string",
"Doctype parsing of System Id can handle a quoted value"
"Doctype parsing of System Id must fail on ommitted value"
],
"domparsing/DOMParser-parseFromString-xml-internal-subset.html": [
"Parsing and serialization of doctype internal subset"
Expand Down Expand Up @@ -4657,8 +4647,7 @@
"domparsing/style_attribute_html.html": [
"Parsing of initial style attribute",
"Parsing of invalid style attribute",
"Parsing of style attribute",
"Update style.backgroundColor"
"Parsing of style attribute"
],
"domparsing/xml-serialization.xhtml": [
"Uncaught: Unexpected token <"
Expand Down

0 comments on commit c585f01

Please sign in to comment.