Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Testcase bug 281743</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | #header { position: fixed; top: 0; left: 0; z-index: 100; } |
michael@0 | 7 | #mainmenu { position: fixed; top: 0; left: 0; z-index: 200; } |
michael@0 | 8 | </style> |
michael@0 | 9 | <script type="text/javascript"> |
michael@0 | 10 | window.onload = function(e) { |
michael@0 | 11 | var e = document.getElementsByTagName("style")[0]; |
michael@0 | 12 | e.disabled = true; |
michael@0 | 13 | e.disabled = false; |
michael@0 | 14 | } |
michael@0 | 15 | </script> |
michael@0 | 16 | </head><body><div id="page"><div id="header"></div><div id="mainmenu"></div></div></body></html> |