| Index: third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics-workers.html
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics-workers.html b/third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics-workers.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..eafa0ec751aa9aae27be7815f6131ca0c5688d39
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics-workers.html
|
| @@ -0,0 +1,9 @@
|
| +<html>
|
| +<head>
|
| +<script src="../../resources/js-test.js"></script>
|
| +<script src="resources/shared.js"></script>
|
| +</head>
|
| +<body>
|
| +<script>worker = startWorker('resources/factory-basics.js');</script>
|
| +</body>
|
| +</html>
|
|
|