Index: LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-shared-basic.html |
diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-shared-basic.html b/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-shared-basic.html |
index 8deff695d89495ec46fcf3811f21a983e6a61d19..f89b1619db5a1e98f3b2f5bc78049751e370f2f6 100644 |
--- a/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-shared-basic.html |
+++ b/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-shared-basic.html |
@@ -39,6 +39,8 @@ window.test_iframe = function(event, iframeNow) { |
} |
function start() { |
+ test_true("workerStart" in worker, "workerStart is defined on the SharedWorker object"); |
+ test_greater_than(worker.workerStart, 0, "Time of worker start was after the navigation start for the document"); |
worker.port.postMessage(tests); |
} |