mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
One crashtest, please. Shaken, not stirred.
This commit is contained in:
parent
82a6f4d33e
commit
919dcaa3ba
31
layout/base/crashtests/405184-1.xhtml
Normal file
31
layout/base/crashtests/405184-1.xhtml
Normal file
@ -0,0 +1,31 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<bindings xmlns="http://www.mozilla.org/xbl">
|
||||
<binding id="foo">
|
||||
<content>
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="position: fixed;">
|
||||
<children xmlns="http://www.mozilla.org/xbl"/>
|
||||
</div>
|
||||
</content>
|
||||
</binding>
|
||||
</bindings>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var div = document.getElementById("div");
|
||||
var caption = document.getElementById("caption");
|
||||
|
||||
div.removeChild(caption);
|
||||
div.style.position = "inherit";
|
||||
}
|
||||
|
||||
</script></head>
|
||||
|
||||
<body onload="boom();">
|
||||
<div id="div" style="-moz-binding: url(#foo);"><caption id="caption"></caption></div>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -53,4 +53,5 @@ load 403569-1.xhtml
|
||||
load 403569-2.xhtml
|
||||
load 403569-3.xhtml
|
||||
load 404218-1.xhtml
|
||||
load 405184-1.xhtml
|
||||
load 405186-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user