bug 344064 - crash test by Martijn Wargers, Mats Palmgren.

This commit is contained in:
Bob Clary 2009-04-24 10:08:14 -07:00
parent 52ca7b7131
commit 056d6f6271
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
<script>
function removestyles(){
var x=document.getElementById('x');
x.removeAttribute('style');
}
setTimeout(removestyles,400);
</script>
<div><xul:editor id="x" style="float: left;"></xul:editor></div></html>

View File

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 1000);
</script>
<body>
<iframe src="344064-1-inner.xhtml"></iframe>
</body>
</html>

View File

@ -94,6 +94,7 @@ load 343293-1.xhtml
load 343293-2.xhtml
load 343540-1.html
load 344057-1.xhtml
load 344064-1.html
load 344340-1.xul
load 347898-1.html
load 348688-1.html