Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker-expected.txt

Issue 2767673002: WPTServe: Run .any.js and .worker.js variations (Closed)
Patch Set: TestExpectations hacky fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e028363be9e549e10ba37a2313d4aeb41d555a58
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker-expected.txt
@@ -0,0 +1,22 @@
+This is a testharness.js-based test.
+PASS existence of postMessage
+PASS existence of onmessage
+PASS existence of self
+PASS existence of location
+PASS existence of close
+PASS existence of onerror
+FAIL existence of onoffline assert_true: expected true got false
+FAIL existence of ononline assert_true: expected true got false
+PASS existence of addEventListener
+PASS existence of removeEventListener
+PASS existence of dispatchEvent
+PASS existence of importScripts
+PASS existence of navigator
+PASS existence of setTimeout
+PASS existence of clearTimeout
+PASS existence of setInterval
+PASS existence of clearInterval
+PASS existence of btoa
+PASS existence of atob
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698