Bug 403048 - Crash test.

This commit is contained in:
Martijn Wargers 2013-02-23 11:38:14 +01:00
parent 0b93d20379
commit 1ddad16d58
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<html><head></head>
<body>
<basefont style="position: absolute;">
<div id="a" tabindex="1"><span style="position: absolute;"></span>
</div>
<script>
var y=document.getElementById('a');
y.focus();
</script>
</body></html>

View File

@ -194,6 +194,7 @@ load 400185-1.xul
load 400445-1.xhtml
load 400904-1.xhtml
load 401589-1.xul
needs-focus pref(accessibility.browsewithcaret,true) load 403048.html
skip load 403175-1.html # times out occasionally, bug 473680
load 403245-1.html
load 403569-1.xhtml