blob: eae6f1574b03f07194f1cc7827fa2451a131e1f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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>
|