af991123f1
* fix: global.module.paths in workers * spec: add a regression test
7 lines
118 B
HTML
7 lines
118 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h1>Hello World!</h1>
|
|
<script src="./renderer.js"></script>
|
|
</body>
|
|
</html>
|