summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/430624-1.html
blob: bfa95c6623ce7551350d7d417cc1d9d64e72495f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<script>
function crash() {
  window.frames[0].onload = null;
  window.frames[0].location = 'data:text/html;charset=utf-8,2nd%20page';
}
</script>
</head>
<body onload="crash()">
  <!-- iframe contents: <html><body onload="document.body.setAttribute('spellcheck', true);"></body></html> -->
  <iframe src="data:text/html;charset=utf-8;base64,PGh0bWw%2BPGJvZHkgb25sb2FkPSJkb2N1bWVudC5ib2R5LnNldEF0dHJpYnV0ZSgnc3BlbGxjaGVjaycsIHRydWUpOyI%2BPC9ib2R5PjwvaHRtbD4%3D"></iframe>
</body>
</html>