2 FAIL Element interface for extends is not valid custom element name assert_throw
s: having valid custon element name element interface (a-a) for extends should t
hrow a NotSupportedError function "() => {
3 try {
4 func.call(this);
5 } catch(e) {
6 exception = e;
7 throw e;
8 }
9 }" did not throw
10 FAIL Element interface for extends defined in specification assert_throws: havin
g element interface for extends (bgsound) undefined in specs should throw a NotS
upportedError function "() => {
11 try {
12 func.call(this);
13 } catch(e) {
14 exception = e;
15 throw e;
16 }
17 }" did not throw
18 FAIL localName set to element interface for extends promise_test: Unhandled reje
ction with value: object "TypeError: Illegal constructor"
Issue 2321363002: Custom Elements: layout tests for custom built-in elements definition
(Closed)
Created 4 years, 3 months ago by yurak
Modified 4 years, 3 months ago
Reviewers: dominicc (has gone to gerrit), kojii
Base URL:
Comments: 14