mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-06-11 11:08:31 +00:00
15 lines
600 B
INI
15 lines
600 B
INI
[parser-fallsback-to-unknown-element.html]
|
|
type: testharness
|
|
[HTML parser must create a fallback HTMLUnknownElement when a custom element constructor returns a Text node]
|
|
expected: FAIL
|
|
|
|
[HTML parser must create a fallback HTMLUnknownElement when a custom element constructor returns non-Element object]
|
|
expected: FAIL
|
|
|
|
[HTML parser must create a fallback HTMLUnknownElement when a custom element constructor does not call super()]
|
|
expected: FAIL
|
|
|
|
[HTML parser must create a fallback HTMLUnknownElement when a custom element constructor throws an exception]
|
|
expected: FAIL
|
|
|