12010-06-21 Adam Barth <abarth@webkit.org>
2
3 Reviewed by NOBODY (OOPS!).
4
5 document.write from BeforeLoad should not assert
6 https://bugs.webkit.org/show_bug.cgi?id=40971
7
8 Test what happens when we document.write from a beforeload event.
9 Notice that the order is wrong. I'll fix that in a followup patch.
10
11 * fast/tokenizer/write-before-load-expected.txt: Added.
12 * fast/tokenizer/write-before-load.html: Added.
13