1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xbl/crashtests/226744-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml" 1.6 + xmlns:html="http://www.w3.org/1999/xhtml" 1.7 + xmlns:xbl="http://www.mozilla.org/xbl"> 1.8 + 1.9 + <xbl:bindings> 1.10 + <xbl:binding id="rd"> 1.11 + <xbl:resources> 1.12 +<xbl:stylesheet src="data:text/html;charset=utf-8,"/> 1.13 +</xbl:resources> 1.14 + <xbl:content> 1.15 +<xbl:children/> 1.16 + </xbl:content> 1.17 + </xbl:binding> 1.18 + 1.19 + </xbl:bindings> 1.20 + 1.21 + <head> 1.22 + <title>testcase bug ?</title> 1.23 + 1.24 + <style type="text/css"> 1.25 + .hoofdstuk { 1.26 + -moz-binding: url(#rd); 1.27 + } 1.28 + </style> 1.29 + </head> 1.30 + 1.31 + <body> 1.32 +<div class="hoofdstuk">test 1.33 +</div> 1.34 +<div class="hoofdstuk">test 1.35 +</div> 1.36 + </body> 1.37 + 1.38 +</html>