1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xbl/crashtests/492978-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"> 1.5 + 1.6 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.7 +<binding id="a" inheritstyle="false"> 1.8 +<content> 1.9 +<style xmlns="http://www.w3.org/1999/xhtml"> 1.10 +window::after, box::after, bindings::after { content:"m"; float:right;} 1.11 +</style> 1.12 +</content> 1.13 +</binding> 1.14 +</bindings> 1.15 + 1.16 +<box style="-moz-binding:url(crash1.xul);overflow: scroll;"/> 1.17 + 1.18 +</window> 1.19 \ No newline at end of file