Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / performance / tests / test_performance_paint_timing.html
blobf8784ecf260fa05864121e585bc71129035bcc97
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <!DOCTYPE HTML>
6 <html>
7 <!--
8 https://bugzilla.mozilla.org/show_bug.cgi?id=1518999
9 -->
10 <head>
11 <title>Test for Bug 1518999</title>
12 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
13 <script src="/tests/SimpleTest/SimpleTest.js"></script>
14 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
15 </head>
16 <body>
17 <a target="_blank"
18 href="https://bugzilla.mozilla.org/show_bug.cgi?id=1518999">Mozilla
19 Bug 1518999 - Paint Timing API</a>
20 <p id="display"></p>
21 <div id="content" style="display: none">
22 <pre id="test">
23 <script class="testbody" type="text/javascript">
24 let tab;
25 function runTest() {
26 tab = window.open("test_performance_paint_timing_helper.html");
28 function done() {
29 tab.close();
30 SimpleTest.finish();
32 SimpleTest.waitForExplicitFinish();
33 addLoadEvent(runTest);
34 </script>
35 </pre>
36 </div>
37 </body>
38 </html>