Index: third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/foreignfetch-origin-trial-interfaces-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/foreignfetch-origin-trial-interfaces-expected.txt b/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/foreignfetch-origin-trial-interfaces-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e8d3a95fec17fafe9192bf24f7a29bdf5dd6322f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/foreignfetch-origin-trial-interfaces-expected.txt |
@@ -0,0 +1,27 @@ |
+CONSOLE MESSAGE: line 20: Interfaces in Service Worker - no origin trial |
+interface ForeignFetchEvent |
+ getter origin |
+ getter request |
+ method constructor |
+ method respondWith |
+interface InstallEvent |
+ method registerForeignFetch |
+global object |
+ getter onforeignfetch |
+ setter onforeignfetch |
+CONSOLE MESSAGE: line 32: Interfaces in Service Worker - origin trial enabled. |
+interface ForeignFetchEvent |
+ getter origin |
+ getter request |
+ method constructor |
+ method respondWith |
+interface InstallEvent |
+ method registerForeignFetch |
+global object |
+ getter onforeignfetch |
+ setter onforeignfetch |
+This is a testharness.js-based test. |
+PASS ForeignFetch related interfaces in SW - no origin trial. |
+PASS ForeignFetch related interfaces in SW - origin trial enabled. |
+Harness: the test ran to completion. |
+ |