1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 05:59:11 +00:00
Files
UXP/layout/generic/crashtests/401042-1.xhtml
T

17 lines
381 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="a">
<content><span xmlns="http://www.w3.org/1999/xhtml">
<children xmlns="http://www.mozilla.org/xbl"/>
</span></content>
</binding>
</bindings>
<style>pre::first-letter {float: left; }
</style>
</head>
<body>
<pre style="-moz-binding: url(#a);">//</pre>
</body>
</html>