1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/306630-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +<frameset rows="170,*"> 1.5 + <!-- Have to specify charset=ISO-8859-1 because that's what javascript: will 1.6 + do and the fonts used depend on the charset. --> 1.7 +<frame src="data:text/html;charset=ISO-8859-1,frame1"> 1.8 +<frame src="data:text/html;charset=ISO-8859-1,frame2"> 1.9 +</frameset>