summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace-self.html
blob: b3b85126dc6aa7c23c9af2ea2dea5b8288232230 (plain)
1
2
3
4
5
6
<body>
<p>Test that self is replaceable.</p>
<div id=result></div>
<script src="resources/shared-worker-create-common.js"></script>
<script src="resources/worker-replace-self.js"></script>
</body>