mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 344064 - crash test by Martijn Wargers, Mats Palmgren.
This commit is contained in:
parent
52ca7b7131
commit
056d6f6271
13
layout/base/crashtests/344064-1-inner.xhtml
Normal file
13
layout/base/crashtests/344064-1-inner.xhtml
Normal 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>
|
9
layout/base/crashtests/344064-1.html
Normal file
9
layout/base/crashtests/344064-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user