Mozilla/mozilla/content/xbl/test/bug310107-resource.xhtml
bzbarsky%mit.edu 3c8c27fec6 Adding testx
git-svn-id: svn://10.0.0.236/trunk@237949 18797224-902f-48f8-a5cc-f745e15eee43
2007-10-20 05:30:53 +00:00

21 lines
528 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
#bar {
-moz-binding: url("#binding");
}
</style>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="binding">
<implementation>
<property name="prop" readonly="true" onget="return 2;"/>
</implementation>
</binding>
</bindings>
</head>
<!-- Use a timeout so that we get bfcached -->
<body onload="setTimeout(window.opener.runTest, 100)">
<div id="bar"></div>
</body>
</html>