author | moz-wptsync-bot <wptsync@mozilla.com> |
Fri, 27 Jul 2018 12:34:02 +0000 | |
changeset 431724 | 502e41243576385d3b3ed2033be286a09f5a002a |
parent 431723 | 5f88e8a5b484c50d6341b120774e38359d3c671f |
child 431725 | 1ead3e77a3446cdcabbbed8ecfbc416a778921f4 |
push id | 34451 |
push user | ebalazs@mozilla.com |
push date | Thu, 16 Aug 2018 09:25:15 +0000 |
treeherder | mozilla-central@161817e6d127 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1478956, 12202 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini +++ b/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini @@ -13,8 +13,35 @@ [createDocument test: null,"",DocumentType node <!DOCTYPE html -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>] expected: FAIL bug: 520969 [createDocument test: metadata for null,null,DocumentType node <!DOCTYPE html>] expected: FAIL + [createDocument test: null,"ெfoo",null,null] + expected: FAIL + + [createDocument test: metadata for null,"ெfoo",null] + expected: FAIL + + [createDocument test: characterSet aliases for null,"ெfoo",null] + expected: FAIL + + [createDocument test: "http://example.com/","a:ெ",null,null] + expected: FAIL + + [createDocument test: metadata for "http://example.com/","a:ெ",null] + expected: FAIL + + [createDocument test: characterSet aliases for "http://example.com/","a:ெ",null] + expected: FAIL + + [createDocument test: "http://example.com/","ெ:a",null,null] + expected: FAIL + + [createDocument test: metadata for "http://example.com/","ெ:a",null] + expected: FAIL + + [createDocument test: characterSet aliases for "http://example.com/","ெ:a",null] + expected: FAIL +
--- a/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini +++ b/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini @@ -6,8 +6,35 @@ [createElementNS test in XML document: "http://example.com/","a:0","NAMESPACE_ERR"] bug: https://github.com/whatwg/dom/issues/319 expected: FAIL [createElementNS test in XHTML document: "http://example.com/","a:0","NAMESPACE_ERR"] bug: https://github.com/whatwg/dom/issues/319 expected: FAIL + [createElementNS test in HTML document: null,"ெfoo",null] + expected: FAIL + + [createElementNS test in XML document: null,"ெfoo",null] + expected: FAIL + + [createElementNS test in XHTML document: null,"ெfoo",null] + expected: FAIL + + [createElementNS test in HTML document: "http://example.com/","a:ெ",null] + expected: FAIL + + [createElementNS test in XML document: "http://example.com/","a:ெ",null] + expected: FAIL + + [createElementNS test in XHTML document: "http://example.com/","a:ெ",null] + expected: FAIL + + [createElementNS test in HTML document: "http://example.com/","ெ:a",null] + expected: FAIL + + [createElementNS test in XML document: "http://example.com/","ெ:a",null] + expected: FAIL + + [createElementNS test in XHTML document: "http://example.com/","ெ:a",null] + expected: FAIL +