layout/base/crashtests/403048.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/403048.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +<html><head></head>
     1.5 +<body>
     1.6 +<basefont style="position: absolute;">
     1.7 +<div id="a" tabindex="1"><span style="position: absolute;"></span>
     1.8 +</div>
     1.9 +<script>
    1.10 +var y=document.getElementById('a');
    1.11 +y.focus();
    1.12 +</script>
    1.13 +</body></html>
    1.14 \ No newline at end of file

mercurial