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

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

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add LayoutTest Created 5 years, 3 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 close 4 method close
5 method constructor 5 method constructor
6 method slice 6 method slice
7 interface Cache 7 interface Cache
8 method add 8 method add
9 method addAll 9 method addAll
10 method constructor 10 method constructor
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 method close 426 method close
427 method constructor 427 method constructor
428 setter onclick 428 setter onclick
429 setter onclose 429 setter onclose
430 setter onerror 430 setter onerror
431 setter onshow 431 setter onshow
432 interface NotificationEvent 432 interface NotificationEvent
433 getter action 433 getter action
434 getter notification 434 getter notification
435 method constructor 435 method constructor
436 interface PerformanceObserverEntryList
437 method constructor
438 method getEntries
439 method getEntriesByName
440 method getEntriesByType
436 interface PeriodicSyncEvent 441 interface PeriodicSyncEvent
437 getter registration 442 getter registration
438 method constructor 443 method constructor
439 interface PeriodicSyncManager 444 interface PeriodicSyncManager
440 getter minPossiblePeriod 445 getter minPossiblePeriod
441 method constructor 446 method constructor
442 method getRegistration 447 method getRegistration
443 method getRegistrations 448 method getRegistrations
444 method permissionState 449 method permissionState
445 method register 450 method register
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 method abort 849 method abort
845 method constructor 850 method constructor
846 method objectStore 851 method objectStore
847 setter onabort 852 setter onabort
848 setter oncomplete 853 setter oncomplete
849 setter onerror 854 setter onerror
850 This is a testharness.js-based test. 855 This is a testharness.js-based test.
851 PASS Verify the interface of ServiceWorkerGlobalScope 856 PASS Verify the interface of ServiceWorkerGlobalScope
852 Harness: the test ran to completion. 857 Harness: the test ran to completion.
853 858
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698