Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic-expected.txt

Issue 111743007: Add the SharedWorker.workerStart property for high resolution timers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code style compliance Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic-expected.txt b/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic-expected.txt
index 7e46872e90e7c78ee06b5a67f9d183ba4909800a..e21859f2c9fbeda1a466d0a248392ecc197473a3 100644
--- a/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic-expected.txt
+++ b/LayoutTests/http/tests/w3c/webperf/submission/Google/HighResolutionTime/worker-dedicated-basic-expected.txt
@@ -3,6 +3,7 @@ Description
This test validates that performance.now() exists in dedicated workers and reports reasonable times.
+PASS workerStart not defined on the Worker object
PASS self.performance is defined
PASS self.performance.now is defined
PASS Time in the worker should be after the startTime in the main document

Powered by Google App Engine