tenfourfox/dom/xbl/crashtests/277950-1.xhtml

21 lines
405 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<?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>