1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/580504-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml" style="-moz-column-width: 1px"> 1.5 +<head> 1.6 + 1.7 +<script> 1.8 +<![CDATA[ 1.9 + 1.10 +function boom() 1.11 +{ 1.12 + document.getElementById("d").focus(); 1.13 + document.execCommand("inserthtml", false, "<i><font><html><form>a</form></font>"); 1.14 + document.execCommand("justifyright", false, "#ffddff"); 1.15 +} 1.16 + 1.17 +window.addEventListener("load", boom, false); 1.18 + 1.19 +]]> 1.20 +</script> 1.21 + 1.22 +</head> 1.23 + 1.24 +<div style="position: relative;"><div style="float: left; padding: 10px 20px 0pt;"><div contenteditable="true" style="position: absolute;" id="d"></div></div><div style="clear: both; padding: 20px 20px 15px;"></div></div> 1.25 +</html>