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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt

Issue 2658093003: Suppress console messages for all testharness tests. (Closed)
Patch Set: rebaseline-cl Created 3 years, 11 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/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt
deleted file mode 100644
index d30e7d35db21a59cca82fb555e51d85b94d401b5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt
+++ /dev/null
@@ -1,81 +0,0 @@
-CONSOLE MESSAGE: line 18: Interfaces in document
-interface NavigationPreloadManager
- method constructor
- method disable
- method enable
- method getState
- method setHeaderValue
-interface ServiceWorkerRegistration
- getter active
- getter installing
- getter navigationPreload
- getter onupdatefound
- getter paymentAppManager
- getter pushManager
- getter scope
- getter sync
- getter waiting
- method constructor
- method getNotifications
- method showNotification
- method unregister
- method update
- setter onupdatefound
-CONSOLE MESSAGE: line 55: Interfaces in normal Service Worker
-interface FetchEvent
- getter clientId
- getter isReload
- getter request
- method constructor
- method respondWith
-interface ServiceWorkerRegistration
- getter active
- getter installing
- getter onupdatefound
- getter paymentAppManager
- getter pushManager
- getter scope
- getter sync
- getter waiting
- method constructor
- method getNotifications
- method showNotification
- method unregister
- method update
- setter onupdatefound
-CONSOLE MESSAGE: line 67: Interfaces in Origin-Trial enabled Service Worker
-interface FetchEvent
- getter clientId
- getter isReload
- getter preloadResponse
- getter request
- method constructor
- method respondWith
-interface NavigationPreloadManager
- method constructor
- method disable
- method enable
- method getState
- method setHeaderValue
-interface ServiceWorkerRegistration
- getter active
- getter installing
- getter navigationPreload
- getter onupdatefound
- getter paymentAppManager
- getter pushManager
- getter scope
- getter sync
- getter waiting
- method constructor
- method getNotifications
- method showNotification
- method unregister
- method update
- setter onupdatefound
-This is a testharness.js-based test.
-PASS Navigation preload related interfaces in Origin-Trial enabled document.
-PASS Navigation preload related interfaces in normal SW.
-PASS Navigation preload related interfaces in Origin-Trial enabled SW.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698