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

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

Issue 1896473002: Expose IDBKeyRange.includes() in stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 [Worker] static method bound 318 [Worker] static method bound
319 [Worker] static method lowerBound 319 [Worker] static method lowerBound
320 [Worker] static method only 320 [Worker] static method only
321 [Worker] static method upperBound 321 [Worker] static method upperBound
322 [Worker] attribute @@toStringTag 322 [Worker] attribute @@toStringTag
323 [Worker] getter lower 323 [Worker] getter lower
324 [Worker] getter lowerOpen 324 [Worker] getter lowerOpen
325 [Worker] getter upper 325 [Worker] getter upper
326 [Worker] getter upperOpen 326 [Worker] getter upperOpen
327 [Worker] method constructor 327 [Worker] method constructor
328 [Worker] method includes
328 [Worker] interface IDBObjectStore 329 [Worker] interface IDBObjectStore
329 [Worker] attribute @@toStringTag 330 [Worker] attribute @@toStringTag
330 [Worker] getter autoIncrement 331 [Worker] getter autoIncrement
331 [Worker] getter indexNames 332 [Worker] getter indexNames
332 [Worker] getter keyPath 333 [Worker] getter keyPath
333 [Worker] getter name 334 [Worker] getter name
334 [Worker] getter transaction 335 [Worker] getter transaction
335 [Worker] method add 336 [Worker] method add
336 [Worker] method clear 337 [Worker] method clear
337 [Worker] method constructor 338 [Worker] method constructor
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 [Worker] static method bound 780 [Worker] static method bound
780 [Worker] static method lowerBound 781 [Worker] static method lowerBound
781 [Worker] static method only 782 [Worker] static method only
782 [Worker] static method upperBound 783 [Worker] static method upperBound
783 [Worker] attribute @@toStringTag 784 [Worker] attribute @@toStringTag
784 [Worker] getter lower 785 [Worker] getter lower
785 [Worker] getter lowerOpen 786 [Worker] getter lowerOpen
786 [Worker] getter upper 787 [Worker] getter upper
787 [Worker] getter upperOpen 788 [Worker] getter upperOpen
788 [Worker] method constructor 789 [Worker] method constructor
790 [Worker] method includes
789 [Worker] interface webkitIDBObjectStore 791 [Worker] interface webkitIDBObjectStore
790 [Worker] attribute @@toStringTag 792 [Worker] attribute @@toStringTag
791 [Worker] getter autoIncrement 793 [Worker] getter autoIncrement
792 [Worker] getter indexNames 794 [Worker] getter indexNames
793 [Worker] getter keyPath 795 [Worker] getter keyPath
794 [Worker] getter name 796 [Worker] getter name
795 [Worker] getter transaction 797 [Worker] getter transaction
796 [Worker] method add 798 [Worker] method add
797 [Worker] method clear 799 [Worker] method clear
798 [Worker] method constructor 800 [Worker] method constructor
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 [Worker] method gc 843 [Worker] method gc
842 [Worker] method webkitRequestFileSystem 844 [Worker] method webkitRequestFileSystem
843 [Worker] method webkitRequestFileSystemSync 845 [Worker] method webkitRequestFileSystemSync
844 [Worker] method webkitResolveLocalFileSystemSyncURL 846 [Worker] method webkitResolveLocalFileSystemSyncURL
845 [Worker] method webkitResolveLocalFileSystemURL 847 [Worker] method webkitResolveLocalFileSystemURL
846 [Worker] setter onconnect 848 [Worker] setter onconnect
847 PASS successfullyParsed is true 849 PASS successfullyParsed is true
848 850
849 TEST COMPLETE 851 TEST COMPLETE
850 852
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698