Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / tokenizer / resources / write-external-script-open.js
1 document.open();
2 document.write('<br>SUCCESS (2 of 2)<br>');
3 if (window.testRunner)
4     testRunner.notifyDone();