Index: LayoutTests/fast/workers/worker-formdata.html |
diff --git a/LayoutTests/fast/canvas/text-globalAlpha.html b/LayoutTests/fast/workers/worker-formdata.html |
similarity index 62% |
copy from LayoutTests/fast/canvas/text-globalAlpha.html |
copy to LayoutTests/fast/workers/worker-formdata.html |
index bdb6b31c2d1a62924b4f494875516179688fc9ac..016e3d567a5e6d0cf4a17b21f288c727e8125f2e 100644 |
--- a/LayoutTests/fast/canvas/text-globalAlpha.html |
+++ b/LayoutTests/fast/workers/worker-formdata.html |
@@ -4,6 +4,8 @@ |
<script src="../../resources/js-test.js"></script> |
</head> |
<body> |
-<script src="script-tests/text-globalAlpha.js"></script> |
+<script> |
+startWorker("./resources/worker-formdata.js"); |
+</script> |
</body> |
</html> |