Back to Chromium

Append Child Followed By Document Write

third_party/blink/web_tests/fast/parser/append-child-followed-by-document-write.html

149.0.7827.2229 B
Original Source

This test covers some tricky ground where we call appendChild between document.open an document.write. This sequence of calls results in an unusual situation where the parser is in the Initial state but the document is not empty.