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

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

Issue 1078913002: Revert of bindings: Move named/indexed attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 [Worker] attribute NOT_READABLE_ERR 260 [Worker] attribute NOT_READABLE_ERR
261 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR 261 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR
262 [Worker] attribute PATH_EXISTS_ERR 262 [Worker] attribute PATH_EXISTS_ERR
263 [Worker] attribute QUOTA_EXCEEDED_ERR 263 [Worker] attribute QUOTA_EXCEEDED_ERR
264 [Worker] attribute SECURITY_ERR 264 [Worker] attribute SECURITY_ERR
265 [Worker] attribute SYNTAX_ERR 265 [Worker] attribute SYNTAX_ERR
266 [Worker] attribute TYPE_MISMATCH_ERR 266 [Worker] attribute TYPE_MISMATCH_ERR
267 [Worker] getter code 267 [Worker] getter code
268 [Worker] method constructor 268 [Worker] method constructor
269 [Worker] interface FileList 269 [Worker] interface FileList
270 [Worker] getter length
271 [Worker] method constructor 270 [Worker] method constructor
272 [Worker] method item 271 [Worker] method item
273 [Worker] interface FileReader 272 [Worker] interface FileReader
274 [Worker] attribute DONE 273 [Worker] attribute DONE
275 [Worker] attribute EMPTY 274 [Worker] attribute EMPTY
276 [Worker] attribute LOADING 275 [Worker] attribute LOADING
277 [Worker] getter error 276 [Worker] getter error
278 [Worker] getter onabort 277 [Worker] getter onabort
279 [Worker] getter onerror 278 [Worker] getter onerror
280 [Worker] getter onload 279 [Worker] getter onload
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 [Worker] method abort 1033 [Worker] method abort
1035 [Worker] method constructor 1034 [Worker] method constructor
1036 [Worker] method objectStore 1035 [Worker] method objectStore
1037 [Worker] setter onabort 1036 [Worker] setter onabort
1038 [Worker] setter oncomplete 1037 [Worker] setter oncomplete
1039 [Worker] setter onerror 1038 [Worker] setter onerror
1040 PASS successfullyParsed is true 1039 PASS successfullyParsed is true
1041 1040
1042 TEST COMPLETE 1041 TEST COMPLETE
1043 1042
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698