1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/view/crashtests/281743-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.5 +<html> 1.6 +<head> 1.7 +<title>Testcase bug 281743</title> 1.8 +<style type="text/css"> 1.9 +#header { position: fixed; top: 0; left: 0; z-index: 100; } 1.10 +#mainmenu { position: fixed; top: 0; left: 0; z-index: 200; } 1.11 +</style> 1.12 +<script type="text/javascript"> 1.13 +window.onload = function(e) { 1.14 + var e = document.getElementsByTagName("style")[0]; 1.15 + e.disabled = true; 1.16 + e.disabled = false; 1.17 +} 1.18 +</script> 1.19 +</head><body><div id="page"><div id="header"></div><div id="mainmenu"></div></div></body></html>