mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-28 00:38:49 +00:00
19 lines
458 B
HTML
19 lines
458 B
HTML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test for performance observer in worker</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="log"></div>
|
|
<script>
|
|
fetch_tests_from_worker(new Worker("worker_performance_observer.js"));
|
|
</script>
|
|
</body>
|