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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 2883763002: Expose ECT to render frames, Blink and NetInfo (Closed)
Patch Set: rebased Created 3 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 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface BackgroundFetchFetch 8 [Worker] interface BackgroundFetchFetch
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter request 10 [Worker] getter request
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 [Worker] attribute @@toStringTag 645 [Worker] attribute @@toStringTag
646 [Worker] method constructor 646 [Worker] method constructor
647 [Worker] method disable 647 [Worker] method disable
648 [Worker] method enable 648 [Worker] method enable
649 [Worker] method getState 649 [Worker] method getState
650 [Worker] method setHeaderValue 650 [Worker] method setHeaderValue
651 [Worker] interface NetworkInformation : EventTarget 651 [Worker] interface NetworkInformation : EventTarget
652 [Worker] attribute @@toStringTag 652 [Worker] attribute @@toStringTag
653 [Worker] getter downlink 653 [Worker] getter downlink
654 [Worker] getter downlinkMax 654 [Worker] getter downlinkMax
655 [Worker] getter effectiveType
655 [Worker] getter onchange 656 [Worker] getter onchange
656 [Worker] getter ontypechange 657 [Worker] getter ontypechange
657 [Worker] getter rtt 658 [Worker] getter rtt
658 [Worker] getter type 659 [Worker] getter type
659 [Worker] method constructor 660 [Worker] method constructor
660 [Worker] setter onchange 661 [Worker] setter onchange
661 [Worker] setter ontypechange 662 [Worker] setter ontypechange
662 [Worker] interface Notification : EventTarget 663 [Worker] interface Notification : EventTarget
663 [Worker] static getter maxActions 664 [Worker] static getter maxActions
664 [Worker] static getter permission 665 [Worker] static getter permission
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 [Worker] method gc 2366 [Worker] method gc
2366 [Worker] method webkitRequestFileSystem 2367 [Worker] method webkitRequestFileSystem
2367 [Worker] method webkitRequestFileSystemSync 2368 [Worker] method webkitRequestFileSystemSync
2368 [Worker] method webkitResolveLocalFileSystemSyncURL 2369 [Worker] method webkitResolveLocalFileSystemSyncURL
2369 [Worker] method webkitResolveLocalFileSystemURL 2370 [Worker] method webkitResolveLocalFileSystemURL
2370 [Worker] setter onconnect 2371 [Worker] setter onconnect
2371 PASS successfullyParsed is true 2372 PASS successfullyParsed is true
2372 2373
2373 TEST COMPLETE 2374 TEST COMPLETE
2374 2375
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698