dom/xbl/crashtests/277950-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/xbl/crashtests/277950-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +<title>Testcase</title>
     1.8 +<xbl:bindings xmlns="http://www.mozilla.org/xbl"
     1.9 +  xmlns:xbl="http://www.mozilla.org/xbl">
    1.10 +  <binding id="test">
    1.11 +    <implementation>
    1.12 +      <property/>
    1.13 +    </implementation>
    1.14 +  </binding>
    1.15 +</xbl:bindings>
    1.16 +<style type="text/css">
    1.17 +  p{ -moz-binding: url(#test); }
    1.18 +</style>
    1.19 +</head>
    1.20 +<body>
    1.21 +<p></p>
    1.22 +</body>
    1.23 +</html>

mercurial