tenfourfox/dom/xbl/crashtests/277950-1.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
405 B
HTML

<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Testcase</title>
<xbl:bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="test">
<implementation>
<property/>
</implementation>
</binding>
</xbl:bindings>
<style type="text/css">
p{ -moz-binding: url(#test); }
</style>
</head>
<body>
<p></p>
</body>
</html>