Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / tokenizer / nested-cached-scripts-and-stylesheet-expected.txt
blob19b16b5b977fbd3b2932baac0b7a25d3d79b53fe
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.