1<html> 
2<head>
3<title>[ #427823 ] Multiple &lt;BODY&gt;'s in &lt;NOFRAMES&gt; allowed</title>
4</head> 
5<frameset> 
6<frame> 
7<noframes> 
8<body> 
9Text in body 1. 
10</body> 
11<body> 
12Text in illegal body 2. 
13</body> 
14Text in inferred illegal body 3. 
15</noframes> 
16</frameset> 
17</html> 
18Text in inferred illegal body 4.
19