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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1968533002: Flip PerformanceObserver flag to stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test expectations for layout tests in virtual/stable post flag flip Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 interface Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface Cache 6 interface Cache
7 method add 7 method add
8 method addAll 8 method addAll
9 method constructor 9 method constructor
10 method delete 10 method delete
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 method close 425 method close
426 method constructor 426 method constructor
427 setter onclick 427 setter onclick
428 setter onclose 428 setter onclose
429 setter onerror 429 setter onerror
430 setter onshow 430 setter onshow
431 interface NotificationEvent : ExtendableEvent 431 interface NotificationEvent : ExtendableEvent
432 getter action 432 getter action
433 getter notification 433 getter notification
434 method constructor 434 method constructor
435 interface PerformanceObserverEntryList
436 method constructor
437 method getEntries
438 method getEntriesByName
439 method getEntriesByType
435 interface PermissionStatus : EventTarget 440 interface PermissionStatus : EventTarget
436 getter onchange 441 getter onchange
437 getter state 442 getter state
438 method constructor 443 method constructor
439 setter onchange 444 setter onchange
440 interface Permissions 445 interface Permissions
441 method constructor 446 method constructor
442 method query 447 method query
443 interface PromiseRejectionEvent : Event 448 interface PromiseRejectionEvent : Event
444 getter promise 449 getter promise
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 setter oninstall 799 setter oninstall
795 setter onmessage 800 setter onmessage
796 setter onnotificationclick 801 setter onnotificationclick
797 setter onnotificationclose 802 setter onnotificationclose
798 setter onpush 803 setter onpush
799 setter onsync 804 setter onsync
800 This is a testharness.js-based test. 805 This is a testharness.js-based test.
801 PASS Verify the interface of ServiceWorkerGlobalScope 806 PASS Verify the interface of ServiceWorkerGlobalScope
802 Harness: the test ran to completion. 807 Harness: the test ran to completion.
803 808
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698