repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
tokenizer
/
script-after-frameset.html
blob
41f6eb988ab5531b2113b492b84bd2784d060af3
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>