mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
c4d4fe1182
--HG-- extra : rebase_source : 7a22e75f66a58c08d9ff25f264617ac31aea65b4
15 lines
481 B
HTML
15 lines
481 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<bindings xmlns="http://www.mozilla.org/xbl" xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<binding id="td"><content><html:div><children/></html:div></content></binding>
|
|
</bindings>
|
|
<style type="text/css">
|
|
div, tbody { position: absolute; }
|
|
div:first-letter { }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><table>A<tbody><tr style="-moz-binding: url(#td);"></tr></tbody>B</table></div>
|
|
</body>
|
|
</html>
|