Bug 1776680 [wpt PR 34603] - [@container] Test invalidation of font-relative units...
[gecko.git] / dom / events / test / bug415498-doc1.html
blobe8fbca6c9a95f9f70b1199aa22fbf39529b7c4cc
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script type="text/javascript">
5 function init() {
6 // This will throw a HierarchyRequestError exception
7 var doc = document.implementation.createDocument(null, 'DOC', null);
8 doc.documentElement.appendChild(doc);
10 window.addEventListener("load", init);
11 </script>
12 </head>
13 <body>
14 Testcase for bug 415498. This page should show an exception in Error Console on load
15 </body>