summaryrefslogtreecommitdiffstats
path: root/dom/xbl/test/test_bug366770.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xbl/test/test_bug366770.html')
-rw-r--r--dom/xbl/test/test_bug366770.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/dom/xbl/test/test_bug366770.html b/dom/xbl/test/test_bug366770.html
new file mode 100644
index 000000000..d3314ecca
--- /dev/null
+++ b/dom/xbl/test/test_bug366770.html
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML>
+<html>
+<!--
+https://bugzilla.mozilla.org/show_bug.cgi?id=366770
+-->
+<head>
+ <title>Test for Bug 366770</title>
+ <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
+ <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
+</head>
+<body>
+ <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=366770">Mozilla Bug 366770</a>
+ <p id="display"></p>
+ <div id="content" style="display: none"></div>
+
+ <!-- data: URI below corresponds to:
+ <?xml version="1.0"?>
+ <bindings id="xbltestBindings" xmlns="http://www.mozilla.org/xbl">
+ <binding id="xbltest">
+ <content>PASS</content>
+ <implementation>
+ <constructor>
+ var win = XPCNativeWrapper.unwrap(window);
+ win.document.bindingConstructorRan = true;
+ win.ok(true, "binding URI with no fragment applied");
+ win.SimpleTest.finish();
+ </constructor>
+ </implementation>
+ </binding>
+ </bindings>
+ -->
+ <span id="span" style="-moz-binding: url(data:text/xml;base64,ICA8YmluZGluZ3MgaWQ9InhibHRlc3RCaW5kaW5ncyIgeG1sbnM9Imh0dHA6Ly93d3cubW96aWxsYS5vcmcveGJsIj4KICAgIDxiaW5kaW5nIGlkPSJ4Ymx0ZXN0Ij4KICAgICAgPGNvbnRlbnQ+UEFTUzwvY29udGVudD4KICAgICAgPGltcGxlbWVudGF0aW9uPgogICAgICAgIDxjb25zdHJ1Y3Rvcj4KICAgICAgICAgIHZhciB3aW4gPSBYUENOYXRpdmVXcmFwcGVyLnVud3JhcCh3aW5kb3cpOwogICAgICAgICAgd2luLmRvY3VtZW50LmJpbmRpbmdDb25zdHJ1Y3RvclJhbiA9IHRydWU7CiAgICAgICAgICB3aW4ub2sodHJ1ZSwgImJpbmRpbmcgVVJJIHdpdGggbm8gZnJhZ21lbnQgYXBwbGllZCIpOwogICAgICAgICAgd2luLlNpbXBsZVRlc3QuZmluaXNoKCk7CiAgICAgICAgPC9jb25zdHJ1Y3Rvcj4KICAgICAgPC9pbXBsZW1lbnRhdGlvbj4KICAgIDwvYmluZGluZz4KICA8L2JpbmRpbmdzPg==);"></span>
+
+ <pre id="test">
+ <script class="testbody" type="text/javascript">
+ /** Test for Bug 366770 **/
+ SimpleTest.waitForExplicitFinish();
+ </script>
+ </pre>
+</body>
+</html>