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

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

Issue 1102313002: bindings: Move named/indexed attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | Annotate | Revision Log
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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 [Worker] attribute NOT_READABLE_ERR 269 [Worker] attribute NOT_READABLE_ERR
270 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR 270 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR
271 [Worker] attribute PATH_EXISTS_ERR 271 [Worker] attribute PATH_EXISTS_ERR
272 [Worker] attribute QUOTA_EXCEEDED_ERR 272 [Worker] attribute QUOTA_EXCEEDED_ERR
273 [Worker] attribute SECURITY_ERR 273 [Worker] attribute SECURITY_ERR
274 [Worker] attribute SYNTAX_ERR 274 [Worker] attribute SYNTAX_ERR
275 [Worker] attribute TYPE_MISMATCH_ERR 275 [Worker] attribute TYPE_MISMATCH_ERR
276 [Worker] getter code 276 [Worker] getter code
277 [Worker] method constructor 277 [Worker] method constructor
278 [Worker] interface FileList 278 [Worker] interface FileList
279 [Worker] getter length
279 [Worker] method constructor 280 [Worker] method constructor
280 [Worker] method item 281 [Worker] method item
281 [Worker] interface FileReader 282 [Worker] interface FileReader
282 [Worker] attribute DONE 283 [Worker] attribute DONE
283 [Worker] attribute EMPTY 284 [Worker] attribute EMPTY
284 [Worker] attribute LOADING 285 [Worker] attribute LOADING
285 [Worker] getter error 286 [Worker] getter error
286 [Worker] getter onabort 287 [Worker] getter onabort
287 [Worker] getter onerror 288 [Worker] getter onerror
288 [Worker] getter onload 289 [Worker] getter onload
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 [Worker] method abort 1069 [Worker] method abort
1069 [Worker] method constructor 1070 [Worker] method constructor
1070 [Worker] method objectStore 1071 [Worker] method objectStore
1071 [Worker] setter onabort 1072 [Worker] setter onabort
1072 [Worker] setter oncomplete 1073 [Worker] setter oncomplete
1073 [Worker] setter onerror 1074 [Worker] setter onerror
1074 PASS successfullyParsed is true 1075 PASS successfullyParsed is true
1075 1076
1076 TEST COMPLETE 1077 TEST COMPLETE
1077 1078
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/bindings/scripts/v8_attributes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698