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 |
index e8d3a95fec17fafe9192bf24f7a29bdf5dd6322f..0dc8a3124ddaf273c0b28594ebd87c9b0737f171 100644 |
--- 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 |
@@ -1,25 +1,26 @@ |
+CONSOLE WARNING: line 37: This test relies on console message comparison. |
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 20: interface ForeignFetchEvent |
+CONSOLE MESSAGE: line 20: getter origin |
+CONSOLE MESSAGE: line 20: getter request |
+CONSOLE MESSAGE: line 20: method constructor |
+CONSOLE MESSAGE: line 20: method respondWith |
+CONSOLE MESSAGE: line 20: interface InstallEvent |
+CONSOLE MESSAGE: line 20: method registerForeignFetch |
+CONSOLE MESSAGE: line 20: global object |
+CONSOLE MESSAGE: line 20: getter onforeignfetch |
+CONSOLE MESSAGE: line 20: 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 |
+CONSOLE MESSAGE: line 32: interface ForeignFetchEvent |
+CONSOLE MESSAGE: line 32: getter origin |
+CONSOLE MESSAGE: line 32: getter request |
+CONSOLE MESSAGE: line 32: method constructor |
+CONSOLE MESSAGE: line 32: method respondWith |
+CONSOLE MESSAGE: line 32: interface InstallEvent |
+CONSOLE MESSAGE: line 32: method registerForeignFetch |
+CONSOLE MESSAGE: line 32: global object |
+CONSOLE MESSAGE: line 32: getter onforeignfetch |
+CONSOLE MESSAGE: line 32: 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. |