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

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

Issue 1194963002: Add PermissionStatus.state and deprecate PermissionStatus.status. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use DeprecateAs Created 5 years, 5 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 Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 [Worker] method constructor 566 [Worker] method constructor
567 [Worker] method hasOwnProperty 567 [Worker] method hasOwnProperty
568 [Worker] method isPrototypeOf 568 [Worker] method isPrototypeOf
569 [Worker] method propertyIsEnumerable 569 [Worker] method propertyIsEnumerable
570 [Worker] method toLocaleString 570 [Worker] method toLocaleString
571 [Worker] method toString 571 [Worker] method toString
572 [Worker] method valueOf 572 [Worker] method valueOf
573 [Worker] setter __proto__ 573 [Worker] setter __proto__
574 [Worker] interface PermissionStatus 574 [Worker] interface PermissionStatus
575 [Worker] getter onchange 575 [Worker] getter onchange
576 [Worker] getter state
576 [Worker] getter status 577 [Worker] getter status
577 [Worker] method constructor 578 [Worker] method constructor
578 [Worker] setter onchange 579 [Worker] setter onchange
579 [Worker] interface Permissions 580 [Worker] interface Permissions
580 [Worker] method constructor 581 [Worker] method constructor
581 [Worker] method query 582 [Worker] method query
582 [Worker] interface Promise 583 [Worker] interface Promise
583 [Worker] method catch 584 [Worker] method catch
584 [Worker] method chain 585 [Worker] method chain
585 [Worker] method constructor 586 [Worker] method constructor
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 [Worker] method abort 1039 [Worker] method abort
1039 [Worker] method constructor 1040 [Worker] method constructor
1040 [Worker] method objectStore 1041 [Worker] method objectStore
1041 [Worker] setter onabort 1042 [Worker] setter onabort
1042 [Worker] setter oncomplete 1043 [Worker] setter oncomplete
1043 [Worker] setter onerror 1044 [Worker] setter onerror
1044 PASS successfullyParsed is true 1045 PASS successfullyParsed is true
1045 1046
1046 TEST COMPLETE 1047 TEST COMPLETE
1047 1048
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698