mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
16 lines
575 B
HTML
16 lines
575 B
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
<?xml version="1.0"?>
|
|
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="a">
|
|
<content></content>
|
|
</binding>
|
|
</bindings>
|
|
-->
|
|
<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);">
|
|
<head>
|
|
<title>Crash</title>
|
|
<script type="text/javascript" src="data:text/plain,document.documentElement;"></script>
|
|
</head>
|
|
</html>
|