1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/379975.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<!-- 1.6 +<?xml version="1.0"?> 1.7 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.8 + <binding id="a"> 1.9 + <content></content> 1.10 + </binding> 1.11 +</bindings> 1.12 +--> 1.13 +<html style="-moz-binding: url(data:text/xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Cbindings%20xmlns%3D%22http%3A//www.mozilla.org/xbl%22%3E%0A%20%20%3Cbinding%20id%3D%22a%22%3E%0A%20%20%20%20%3Ccontent%3E%3C/content%3E%0A%20%20%3C/binding%3E%0A%3C/bindings%3E);"> 1.14 + <head> 1.15 + <title>Crash</title> 1.16 + <script type="text/javascript" src="data:text/plain,document.documentElement;"></script> 1.17 + </head> 1.18 +</html>