Sign in
webkit
/
WebKit
/
38ee48cd5b03b3b3da7d7e2fe25aedb08de6ed0d
/
.
/
LayoutTests
/
fast
/
tokenizer
/
script-after-frameset.html
blob: 41f6eb988ab5531b2113b492b84bd2784d060af3 [
file
] [
log
] [
blame
]
<html>
<frameset>
</frameset>
<script>
// This tests that script elements following framesets aren't evaluated
alert
(
'If this alert is shown, the test has failed.'
);
</script>
</html>