blob: e19ed11945bd69013c74aa5b09bfe2fdb2634cf8 [file] [log] [blame]
PASS document.open() must throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.open("text/html") must throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.open(URL) must NOT throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.close() must throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.write must throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.writeln must throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.open() of another document must not throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.open("text/html") of another document must not throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.close() of another document must not throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.write of another document must not throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element
PASS document.writeln of another document must not throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element