RetroZilla/layout/html/tests/frameset/bugs/0003943_noscript.html

16 lines
261 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>