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

Side by Side Diff: LayoutTests/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: Created 5 years, 6 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 [Worker] method constructor 596 [Worker] method constructor
597 [Worker] method hasOwnProperty 597 [Worker] method hasOwnProperty
598 [Worker] method isPrototypeOf 598 [Worker] method isPrototypeOf
599 [Worker] method propertyIsEnumerable 599 [Worker] method propertyIsEnumerable
600 [Worker] method toLocaleString 600 [Worker] method toLocaleString
601 [Worker] method toString 601 [Worker] method toString
602 [Worker] method valueOf 602 [Worker] method valueOf
603 [Worker] setter __proto__ 603 [Worker] setter __proto__
604 [Worker] interface PermissionStatus 604 [Worker] interface PermissionStatus
605 [Worker] getter onchange 605 [Worker] getter onchange
606 [Worker] getter state
606 [Worker] getter status 607 [Worker] getter status
607 [Worker] method constructor 608 [Worker] method constructor
608 [Worker] setter onchange 609 [Worker] setter onchange
609 [Worker] interface Permissions 610 [Worker] interface Permissions
610 [Worker] method constructor 611 [Worker] method constructor
611 [Worker] method query 612 [Worker] method query
612 [Worker] interface Promise 613 [Worker] interface Promise
613 [Worker] method catch 614 [Worker] method catch
614 [Worker] method chain 615 [Worker] method chain
615 [Worker] method constructor 616 [Worker] method constructor
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 [Worker] method abort 1093 [Worker] method abort
1093 [Worker] method constructor 1094 [Worker] method constructor
1094 [Worker] method objectStore 1095 [Worker] method objectStore
1095 [Worker] setter onabort 1096 [Worker] setter onabort
1096 [Worker] setter oncomplete 1097 [Worker] setter oncomplete
1097 [Worker] setter onerror 1098 [Worker] setter onerror
1098 PASS successfullyParsed is true 1099 PASS successfullyParsed is true
1099 1100
1100 TEST COMPLETE 1101 TEST COMPLETE
1101 1102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698