file_bug1648464-1.html (427B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset=windows-1252> 5 <meta content="width=device-width, initial-scale=1" name="viewport"> 6 <title>windows-1252 in parent and child, actually EUC-JP</title> 7 </head> 8 <body> 9 <h1>windows-1252 in parent and child, actually EUC-JP</h1> 10 11 <p>Hiragana letter a if decoded as EUC-JP: ��</p> 12 <p>�����ʸ���¸��Ǥ���</p> 13 14 <iframe src="file_bug1648464-1-child.html"></iframe> 15 16 </body> 17 </html>