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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.worker.js

Issue 2477133002: Import wpt@306326cfe973b6c7019c50879ad03b02825c7539 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 4 years, 1 month 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/imported/wpt/IndexedDB/interfaces.worker.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.worker.js b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.worker.js
index 161acca34da30270e2de70c68742e57cd8b40d90..87e33805087dd6425ffcd537dddfe9e42327efea 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.worker.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.worker.js
@@ -10,9 +10,9 @@ request.onload = function() {
var idlArray = new IdlArray();
var idls = request.responseText;
- idlArray.add_untested_idls("interface WorkerGlobalScope {};");
- idlArray.add_untested_idls("interface Event { };");
- idlArray.add_untested_idls("interface EventTarget { };");
+ idlArray.add_untested_idls("[Exposed=Worker] interface WorkerGlobalScope {};");
+ idlArray.add_untested_idls("[Exposed=(Window,Worker)] interface Event { };");
+ idlArray.add_untested_idls("[Exposed=(Window,Worker)] interface EventTarget { };");
// From Indexed DB:
idlArray.add_idls("WorkerGlobalScope implements IDBEnvironment;");

Powered by Google App Engine
This is Rietveld 408576698