Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / tokenizer / nested-cached-scripts-and-stylesheet-expected.txt
1 Test that the tokenizer handles a case where: 
2 An external script is loaded to the cache.
3 Another external script
4 triggers a stylesheet load by adding a link element.
5 document.writes a script tag that references the first script.
6 This should not crash.