1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xbl/crashtests/205735-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.6 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.7 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.8 +<head> 1.9 +<title>Bug 205735</title> 1.10 +<xbl:bindings xmlns:xbl="http://www.mozilla.org/xbl" xmlns="http://www.mozilla.org/xbl"> 1.11 +<binding id="rd"> 1.12 +<xbl:content xmlns="http://www.w3.org/1999/xhtml" xmlns:xbl="http://www.mozilla.org/xbl"><div><div>binding content<xbl:children/></div></div></xbl:content> 1.13 + <implementation> 1.14 + <constructor> 1.15 + <![CDATA[ 1.16 + var x=document.getAnonymousNodes(this)[0]; 1.17 + x.removeChild(x.childNodes[0]); 1.18 + ]]> 1.19 + </constructor> 1.20 + </implementation> 1.21 +</binding> 1.22 +</xbl:bindings> 1.23 +<style type="text/css"> 1.24 +.chapter{-moz-binding:url(#rd);} 1.25 +</style> 1.26 +</head> 1.27 +<body> 1.28 +<div class="chapter">test</div> 1.29 +</body> 1.30 +</html>