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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/hr-time/idlharness.html

Issue 2675133002: Import wpt@97e16bef6d6599ae805521e2007a9430a12aa144 (Closed)
Patch Set: Revert change to W3CImportExpectations Created 3 years, 10 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/hr-time/idlharness.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/hr-time/idlharness.html b/third_party/WebKit/LayoutTests/external/wpt/hr-time/idlharness.html
index 729f7381f7be5c365bf3983cf9138d663ab52cb3..9dfea66e9144ea58b00bc0b1fed498e09a4c6f47 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/hr-time/idlharness.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/hr-time/idlharness.html
@@ -15,7 +15,7 @@
<div id="log"></div>
<pre id='untested_idl' style='display:none'>
-
+[PrimaryGlobal]
interface Window {
};
@@ -23,6 +23,9 @@ interface Window {
interface WorkerGlobalScope {
};
+[Exposed=(Window,Worker)]
+interface EventTarget {
+};
</pre>
<pre id='idl'>

Powered by Google App Engine
This is Rietveld 408576698