mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 384871 - crash test by Martijn Wargers.
This commit is contained in:
parent
b9319e1ca9
commit
a2ceec7779
9
layout/xul/base/src/crashtests/384871-1-inner.xul
Normal file
9
layout/xul/base/src/crashtests/384871-1-inner.xul
Normal file
@ -0,0 +1,9 @@
|
||||
<popup xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<script xmlns="http://www.w3.org/1999/xhtml">
|
||||
function doe(){
|
||||
document.documentElement.autoPosition = 'on';
|
||||
window.location.reload();
|
||||
}
|
||||
setTimeout(doe, 300);
|
||||
</script>
|
||||
</popup>
|
9
layout/xul/base/src/crashtests/384871-1.html
Normal file
9
layout/xul/base/src/crashtests/384871-1.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
setTimeout('document.documentElement.className = ""', 500);
|
||||
</script>
|
||||
<body>
|
||||
<iframe src="384871-1-inner.xul"></iframe>
|
||||
</body>
|
||||
</html>
|
@ -31,6 +31,7 @@ load 382899-1.xul
|
||||
load 383236-1.xul
|
||||
load 384105-1.html
|
||||
load 384491-1.xhtml
|
||||
load 384871-1.html
|
||||
load 394120-1.xhtml
|
||||
load 397304-1.html
|
||||
load 398326-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user