Bug 1776680 [wpt PR 34603] - [@container] Test invalidation of font-relative units...
[gecko.git] / dom / events / test / test_bug1681800.html
blobf9e73fb39737f1af5fd467ef1a2c9322b29a9959
1 <!DOCTYPE html>
2 <html>
3 <!--
4 bugzilla.mozilla.org/show_bug.cgi?id=1681800
5 -->
6 <head>
7 <title>Test for bug 1681800</title>
8 <script src="/tests/SimpleTest/SimpleTest.js"></script>
9 <link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
10 </head>
11 <body>
12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1681800">Mozilla Bug 1681800</a>
13 <p id="display"></p>
14 <div id="content" style="display: none">
15 </div>
16 <pre id="test">
17 <script>
18 add_task(function() {
19 document.documentElement.focus({})
20 document.documentElement.focus({})
21 ok(true, "no crash");
23 </script>
24 </pre>
25 </body>
26 </html>