2018-01-19 03:59:58 +08:00
|
|
|
<!--
|
|
|
|
|
Any copyright is dedicated to the Public Domain.
|
|
|
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
|
|
|
-->
|
|
|
|
|
<!DOCTYPE html>
|
2018-04-22 04:25:34 +02:00
|
|
|
<html>
|
|
|
|
|
<head>
|
2018-01-19 03:59:58 +08:00
|
|
|
<meta charset=utf-8>
|
|
|
|
|
<title>Test for performance observer in worker</title>
|
|
|
|
|
<script src="/resources/testharness.js"></script>
|
|
|
|
|
<script src="/resources/testharnessreport.js"></script>
|
2018-04-22 04:25:34 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="log"></div>
|
2018-01-19 03:59:58 +08:00
|
|
|
<script>
|
2018-04-22 04:25:34 +02:00
|
|
|
fetch_tests_from_worker(new Worker("worker_performance_observer.js"));
|
2018-01-19 03:59:58 +08:00
|
|
|
</script>
|
2018-04-22 04:25:34 +02:00
|
|
|
</body>
|