1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/223064-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> 1.5 + 1.6 +<html> 1.7 +<body> 1.8 + 1.9 +<script language="JavaScript" type="text/javascript"> 1.10 + document.writeln("<A><DIV STYLE=\"position:absolute;\">" + "</DIV></A>"); 1.11 +</script> 1.12 + 1.13 +</body> 1.14 +</html>