haikuwebkit/LayoutTests/fast/tokenizer/nested-cached-scripts-and-s...

7 lines
252 B
Plaintext

Test that the tokenizer handles a case where:
An external script is loaded to the cache.
Another external script
triggers a stylesheet load by adding a link element.
document.writes a script tag that references the first script.
This should not crash.