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

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

Issue 1192913003: Start implementing new navigator.connect API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: override instead of virtual 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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 [Worker] getter status 666 [Worker] getter status
667 [Worker] getter statusText 667 [Worker] getter statusText
668 [Worker] getter type 668 [Worker] getter type
669 [Worker] getter url 669 [Worker] getter url
670 [Worker] method arrayBuffer 670 [Worker] method arrayBuffer
671 [Worker] method blob 671 [Worker] method blob
672 [Worker] method clone 672 [Worker] method clone
673 [Worker] method constructor 673 [Worker] method constructor
674 [Worker] method json 674 [Worker] method json
675 [Worker] method text 675 [Worker] method text
676 [Worker] interface ServicePortCollection
677 [Worker] getter onclose
678 [Worker] getter onconnect
679 [Worker] getter onmessage
680 [Worker] method connect
681 [Worker] method constructor
682 [Worker] method match
683 [Worker] method matchAll
684 [Worker] setter onclose
685 [Worker] setter onconnect
686 [Worker] setter onmessage
676 [Worker] interface ServiceWorkerRegistration 687 [Worker] interface ServiceWorkerRegistration
677 [Worker] getter geofencing 688 [Worker] getter geofencing
678 [Worker] getter onupdatefound 689 [Worker] getter onupdatefound
679 [Worker] getter periodicSync 690 [Worker] getter periodicSync
680 [Worker] getter pushManager 691 [Worker] getter pushManager
681 [Worker] getter scope 692 [Worker] getter scope
682 [Worker] getter sync 693 [Worker] getter sync
683 [Worker] method constructor 694 [Worker] method constructor
684 [Worker] method getNotifications 695 [Worker] method getNotifications
685 [Worker] method showNotification 696 [Worker] method showNotification
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 [Worker] getter appCodeName 949 [Worker] getter appCodeName
939 [Worker] getter appName 950 [Worker] getter appName
940 [Worker] getter appVersion 951 [Worker] getter appVersion
941 [Worker] getter connection 952 [Worker] getter connection
942 [Worker] getter geofencing 953 [Worker] getter geofencing
943 [Worker] getter hardwareConcurrency 954 [Worker] getter hardwareConcurrency
944 [Worker] getter onLine 955 [Worker] getter onLine
945 [Worker] getter permissions 956 [Worker] getter permissions
946 [Worker] getter platform 957 [Worker] getter platform
947 [Worker] getter product 958 [Worker] getter product
959 [Worker] getter services
948 [Worker] getter userAgent 960 [Worker] getter userAgent
949 [Worker] getter webkitPersistentStorage 961 [Worker] getter webkitPersistentStorage
950 [Worker] getter webkitTemporaryStorage 962 [Worker] getter webkitTemporaryStorage
951 [Worker] method connect 963 [Worker] method connect
952 [Worker] method constructor 964 [Worker] method constructor
953 [Worker] interface XMLHttpRequest 965 [Worker] interface XMLHttpRequest
954 [Worker] attribute DONE 966 [Worker] attribute DONE
955 [Worker] attribute HEADERS_RECEIVED 967 [Worker] attribute HEADERS_RECEIVED
956 [Worker] attribute LOADING 968 [Worker] attribute LOADING
957 [Worker] attribute OPENED 969 [Worker] attribute OPENED
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 [Worker] method abort 1104 [Worker] method abort
1093 [Worker] method constructor 1105 [Worker] method constructor
1094 [Worker] method objectStore 1106 [Worker] method objectStore
1095 [Worker] setter onabort 1107 [Worker] setter onabort
1096 [Worker] setter oncomplete 1108 [Worker] setter oncomplete
1097 [Worker] setter onerror 1109 [Worker] setter onerror
1098 PASS successfullyParsed is true 1110 PASS successfullyParsed is true
1099 1111
1100 TEST COMPLETE 1112 TEST COMPLETE
1101 1113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698