Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / tokenizer / script-after-frameset.html
blob41f6eb988ab5531b2113b492b84bd2784d060af3
1 <html>
2 <frameset>
3 </frameset>
4 <script>
5 // This tests that script elements following framesets aren't evaluated
6 alert('If this alert is shown, the test has failed.');
7 </script>
8 </html>