mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
405 B
HTML
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>
|