summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/webexposed/global-constructors-attributes-worker.html
blob: 9d2e22c350795eab14cb6ff5f811db7445bb6e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
<script>
worker = startWorker("resources/global-constructors-attributes-worker.js");
</script>
<script src="../fast/js/resources/js-test-post.js"></script>
</body>
</html>