RetroZilla/layout/html/tests/frameset/bugs/0003943_noscript.html
2015-10-20 23:03:22 -04:00

16 lines
261 B
HTML

<html>
<head>
<title>Bug 3943</title>
</head>
<noscript></noscript>
<!-- This frameset won't load thanks to the noscript element above -->
<frameset rows="30%,*">
<frame src="http://www.gnu.org">
<frame src="http://www.linux.org">
</frameset>
</html>