mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
547 B
HTML
18 lines
547 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<title>Crash [@ nsSprocketLayout::PopulateBoxSizes] with object and position:absolute;overflow:scroll in binding</title>
|
|
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="a" inheritstyle="false">
|
|
<content>
|
|
<object xmlns="http://www.w3.org/1999/xhtml" style="display: table;"/>
|
|
<div xmlns="http://www.w3.org/1999/xhtml" style="position: absolute;overflow: scroll; "/>
|
|
</content>
|
|
</binding>
|
|
</bindings>
|
|
</head>
|
|
|
|
<body>
|
|
<span style="-moz-binding:url()"></span>
|
|
</body>
|
|
</html> |