blob: f5434c418b0198e31f1686c3c0f1fb63310c5b00 [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