| |
| |
| PASS <div> should be :defined |
| PASS createElement("div") should be :defined |
| PASS createElementNS("http://www.w3.org/1999/xhtml", "div") should be :defined |
| PASS createElementNS("http://www.w3.org/2000/svg", "div") should be :defined |
| PASS Without browsing context: createElement("div") should be :defined |
| PASS Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "div") should be :defined |
| PASS Without browsing context: createElementNS("http://www.w3.org/2000/svg", "div") should be :defined |
| PASS <a-a> should not be :defined |
| PASS createElement("a-a") should not be :defined |
| PASS createElementNS("http://www.w3.org/1999/xhtml", "a-a") should not be :defined |
| PASS createElementNS("http://www.w3.org/2000/svg", "a-a") should be :defined |
| PASS Upgraded createElement("a-a") should be :defined |
| PASS Upgraded createElementNS("http://www.w3.org/1999/xhtml", "a-a") should be :defined |
| PASS Without browsing context: createElement("a-a") should not be :defined |
| PASS Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "a-a") should not be :defined |
| PASS Without browsing context: createElementNS("http://www.w3.org/2000/svg", "a-a") should be :defined |
| PASS <font-face> should be :defined |
| PASS createElement("font-face") should be :defined |
| PASS createElementNS("http://www.w3.org/1999/xhtml", "font-face") should be :defined |
| PASS createElementNS("http://www.w3.org/2000/svg", "font-face") should be :defined |
| PASS Without browsing context: createElement("font-face") should be :defined |
| PASS Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "font-face") should be :defined |
| PASS Without browsing context: createElementNS("http://www.w3.org/2000/svg", "font-face") should be :defined |
| FAIL <abbr is=my-abbr> should not be :defined assert_equals: matches(":defined") expected false but got true |
| FAIL createElement("abbr", { is: "my-abbr" }) should not be :defined assert_equals: matches(":defined") expected false but got true |
| FAIL createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr" }) should not be :defined assert_equals: matches(":defined") expected false but got true |
| PASS createElementNS("http://www.w3.org/2000/svg", "abbr", { is: "my-abbr" }) should be :defined |
| PASS Upgraded createElement("abbr", { is: "my-abbr" }) should be :defined |
| PASS Upgraded createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr" }) should be :defined |
| FAIL Without browsing context: createElement("abbr", { is: "my-abbr" }) should not be :defined assert_equals: matches(":defined") expected false but got true |
| FAIL Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr" }) should not be :defined assert_equals: matches(":defined") expected false but got true |
| PASS Without browsing context: createElementNS("http://www.w3.org/2000/svg", "abbr", { is: "my-abbr" }) should be :defined |
| FAIL <p> should not be :defined assert_equals: matches(":defined") expected false but got true |
| FAIL createElement("p", { is: "" }) should not be :defined assert_equals: matches(":defined") expected false but got true |
| FAIL createElementNS("http://www.w3.org/1999/xhtml", "p", { is: "" }) should not be :defined assert_equals: matches(":defined") expected false but got true |
| PASS createElementNS("http://www.w3.org/2000/svg", "p", { is: "" }) should be :defined |
| FAIL Without browsing context: createElement("p", { is: "" }) should not be :defined assert_equals: matches(":defined") expected false but got true |
| FAIL Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "p", { is: "" }) should not be :defined assert_equals: matches(":defined") expected false but got true |
| PASS Without browsing context: createElementNS("http://www.w3.org/2000/svg", "p", { is: "" }) should be :defined |
| |