author | moz-wptsync-bot <wptsync@mozilla.com> |
Tue, 27 Feb 2018 04:29:49 +0000 | |
changeset 406379 | 82ca7fbcb4946eb3a53a1a15a5254e64432de8e3 |
parent 406378 | 5db48d9e0bd8f59a11780bd17dadba49485919ae |
child 406380 | 95de014c5965bf9609e1294fcd459a8090bcbcf3 |
push id | 33554 |
push user | shindli@mozilla.com |
push date | Fri, 02 Mar 2018 23:07:10 +0000 |
treeherder | mozilla-central@f4e33c42faa7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1441331 |
milestone | 60.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
|
testing/web-platform/meta/custom-elements/pseudo-class-defined.html.ini | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/pseudo-class-defined.html.ini @@ -0,0 +1,97 @@ +[pseudo-class-defined.html] + [<div> should be :defined] + expected: FAIL + + [createElement("div") should be :defined] + expected: FAIL + + [createElementNS("http://www.w3.org/1999/xhtml", "div") should be :defined] + expected: FAIL + + [createElementNS("http://www.w3.org/2000/svg", "div") should be :defined] + expected: FAIL + + [Without browsing context: createElement("div") should be :defined] + expected: FAIL + + [Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "div") should be :defined] + expected: FAIL + + [Without browsing context: createElementNS("http://www.w3.org/2000/svg", "div") should be :defined] + expected: FAIL + + [<a-a> should not be :defined] + expected: FAIL + + [createElement("a-a") should not be :defined] + expected: FAIL + + [createElementNS("http://www.w3.org/1999/xhtml", "a-a") should not be :defined] + expected: FAIL + + [createElementNS("http://www.w3.org/2000/svg", "a-a") should be :defined] + expected: FAIL + + [Upgraded createElement("a-a") should be :defined] + expected: FAIL + + [Upgraded createElementNS("http://www.w3.org/1999/xhtml", "a-a") should be :defined] + expected: FAIL + + [Without browsing context: createElement("a-a") should not be :defined] + expected: FAIL + + [Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "a-a") should not be :defined] + expected: FAIL + + [Without browsing context: createElementNS("http://www.w3.org/2000/svg", "a-a") should be :defined] + expected: FAIL + + [<font-face> should be :defined] + expected: FAIL + + [createElement("font-face") should be :defined] + expected: FAIL + + [createElementNS("http://www.w3.org/1999/xhtml", "font-face") should be :defined] + expected: FAIL + + [createElementNS("http://www.w3.org/2000/svg", "font-face") should be :defined] + expected: FAIL + + [Without browsing context: createElement("font-face") should be :defined] + expected: FAIL + + [Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "font-face") should be :defined] + expected: FAIL + + [Without browsing context: createElementNS("http://www.w3.org/2000/svg", "font-face") should be :defined] + expected: FAIL + + [<abbr is=my-abbr> should not be :defined] + expected: FAIL + + [createElement("abbr", { is: "my-abbr" }) should not be :defined] + expected: FAIL + + [createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr" }) should not be :defined] + expected: FAIL + + [createElementNS("http://www.w3.org/2000/svg", "abbr", { is: "my-abbr" }) should be :defined] + expected: FAIL + + [Upgraded createElement("abbr", { is: "my-abbr" }) should be :defined] + expected: FAIL + + [Upgraded createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr" }) should be :defined] + expected: FAIL + + [Without browsing context: createElement("abbr", { is: "my-abbr" }) should not be :defined] + expected: FAIL + + [Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr" }) should not be :defined] + expected: FAIL + + [Without browsing context: createElementNS("http://www.w3.org/2000/svg", "abbr", { is: "my-abbr" }) should be :defined] + expected: FAIL +