mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a0fc4f03ca
InitCBReflowState() copies the mCBReflowState from the parent reflow state for table frames, which is null for "dummy" states, so it would lead to a crash in InitConstraints() which assumes non-dummy states has a non-null mCBReflowState.
13 lines
253 B
HTML
13 lines
253 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
|
|
<body style="display: -moz-inline-grid;">
|
|
<div style="display: table;position: relative; float: left;">
|
|
<button style="display: table-column-group;">
|
|
<iframe style="position: absolute;"></iframe>
|
|
</button>
|
|
</div>
|
|
|
|
</body></html>
|