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

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

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments 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 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] getter size 9 [Worker] getter size
10 [Worker] getter type 10 [Worker] getter type
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 [Worker] getter silent 405 [Worker] getter silent
406 [Worker] getter tag 406 [Worker] getter tag
407 [Worker] getter title 407 [Worker] getter title
408 [Worker] getter vibrate 408 [Worker] getter vibrate
409 [Worker] method close 409 [Worker] method close
410 [Worker] method constructor 410 [Worker] method constructor
411 [Worker] setter onclick 411 [Worker] setter onclick
412 [Worker] setter onclose 412 [Worker] setter onclose
413 [Worker] setter onerror 413 [Worker] setter onerror
414 [Worker] setter onshow 414 [Worker] setter onshow
415 [Worker] interface PerformanceObserverEntryList
416 [Worker] method constructor
417 [Worker] method getEntries
418 [Worker] method getEntriesByName
419 [Worker] method getEntriesByType
415 [Worker] interface PermissionStatus 420 [Worker] interface PermissionStatus
416 [Worker] getter onchange 421 [Worker] getter onchange
417 [Worker] getter state 422 [Worker] getter state
418 [Worker] method constructor 423 [Worker] method constructor
419 [Worker] setter onchange 424 [Worker] setter onchange
420 [Worker] interface Permissions 425 [Worker] interface Permissions
421 [Worker] method constructor 426 [Worker] method constructor
422 [Worker] method query 427 [Worker] method query
423 [Worker] method request 428 [Worker] method request
424 [Worker] method revoke 429 [Worker] method revoke
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 [Worker] method abort 789 [Worker] method abort
785 [Worker] method constructor 790 [Worker] method constructor
786 [Worker] method objectStore 791 [Worker] method objectStore
787 [Worker] setter onabort 792 [Worker] setter onabort
788 [Worker] setter oncomplete 793 [Worker] setter oncomplete
789 [Worker] setter onerror 794 [Worker] setter onerror
790 PASS successfullyParsed is true 795 PASS successfullyParsed is true
791 796
792 TEST COMPLETE 797 TEST COMPLETE
793 798
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/bindings/core/v8/V8PerformanceObserverCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698