summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/306630-1-ref.html
blob: 5eb2f86dc435641912aa53d67778743ee27578b5 (plain)
1
2
3
4
5
6
<frameset rows="170,*">
  <!-- Have to specify charset=ISO-8859-1 because that's what javascript: will
       do and the fonts used depend on the charset. -->
<frame src="data:text/html;charset=ISO-8859-1,frame1">
<frame src="data:text/html;charset=ISO-8859-1,frame2">
</frameset>