| Index: LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic.html
|
| diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic.html b/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic.html
|
| index 7e4f179693948fbc532d8dae1e56475997e2e52c..22cf6ea9ff90e8e5332133dc00dc09187407ab41 100644
|
| --- a/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic.html
|
| +++ b/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic.html
|
| @@ -32,6 +32,7 @@ worker.onmessage = function(event) {
|
| }
|
|
|
| function start() {
|
| + test_true(!("workerStart" in worker), "workerStart not defined on the Worker object");
|
| worker.postMessage(tests);
|
| }
|
|
|
|
|