1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/editor/libeditor/base/crashtests/430624-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<html> 1.5 +<head> 1.6 +<script> 1.7 +function crash() { 1.8 + window.frames[0].onload = null; 1.9 + window.frames[0].location = 'data:text/html;charset=utf-8,2nd%20page'; 1.10 +} 1.11 +</script> 1.12 +</head> 1.13 +<body onload="crash()"> 1.14 + <!-- iframe contents: <html><body onload="document.body.setAttribute('spellcheck', true);"></body></html> --> 1.15 + <iframe src="data:text/html;charset=utf-8;base64,PGh0bWw%2BPGJvZHkgb25sb2FkPSJkb2N1bWVudC5ib2R5LnNldEF0dHJpYnV0ZSgnc3BlbGxjaGVjaycsIHRydWUpOyI%2BPC9ib2R5PjwvaHRtbD4%3D"></iframe> 1.16 +</body> 1.17 +</html> 1.18 \ No newline at end of file