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

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

Issue 913423002: [Fetch] Expose Fetch API to window/workers without flags (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated expectations. Created 5 years, 10 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 [Worker] interface Function 227 [Worker] interface Function
228 [Worker] attribute arguments 228 [Worker] attribute arguments
229 [Worker] attribute caller 229 [Worker] attribute caller
230 [Worker] attribute length 230 [Worker] attribute length
231 [Worker] attribute name 231 [Worker] attribute name
232 [Worker] method apply 232 [Worker] method apply
233 [Worker] method bind 233 [Worker] method bind
234 [Worker] method call 234 [Worker] method call
235 [Worker] method constructor 235 [Worker] method constructor
236 [Worker] method toString 236 [Worker] method toString
237 [Worker] interface Headers
238 [Worker] method append
239 [Worker] method constructor
240 [Worker] method delete
241 [Worker] method entries
242 [Worker] method forEach
243 [Worker] method get
244 [Worker] method getAll
245 [Worker] method has
246 [Worker] method keys
247 [Worker] method set
248 [Worker] method values
237 [Worker] interface IDBCursor 249 [Worker] interface IDBCursor
238 [Worker] method advance 250 [Worker] method advance
239 [Worker] method constructor 251 [Worker] method constructor
240 [Worker] method continue 252 [Worker] method continue
241 [Worker] method delete 253 [Worker] method delete
242 [Worker] method update 254 [Worker] method update
243 [Worker] interface IDBCursorWithValue 255 [Worker] interface IDBCursorWithValue
244 [Worker] method constructor 256 [Worker] method constructor
245 [Worker] interface IDBDatabase 257 [Worker] interface IDBDatabase
246 [Worker] method close 258 [Worker] method close
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 [Worker] attribute global 396 [Worker] attribute global
385 [Worker] attribute ignoreCase 397 [Worker] attribute ignoreCase
386 [Worker] attribute lastIndex 398 [Worker] attribute lastIndex
387 [Worker] attribute multiline 399 [Worker] attribute multiline
388 [Worker] attribute source 400 [Worker] attribute source
389 [Worker] method compile 401 [Worker] method compile
390 [Worker] method constructor 402 [Worker] method constructor
391 [Worker] method exec 403 [Worker] method exec
392 [Worker] method test 404 [Worker] method test
393 [Worker] method toString 405 [Worker] method toString
406 [Worker] interface Request
407 [Worker] method arrayBuffer
408 [Worker] method blob
409 [Worker] method clone
410 [Worker] method constructor
411 [Worker] method json
412 [Worker] method text
413 [Worker] interface Response
414 [Worker] method arrayBuffer
415 [Worker] method blob
416 [Worker] method clone
417 [Worker] method constructor
418 [Worker] method json
419 [Worker] method text
394 [Worker] interface Set 420 [Worker] interface Set
395 [Worker] getter size 421 [Worker] getter size
396 [Worker] method add 422 [Worker] method add
397 [Worker] method clear 423 [Worker] method clear
398 [Worker] method constructor 424 [Worker] method constructor
399 [Worker] method delete 425 [Worker] method delete
400 [Worker] method entries 426 [Worker] method entries
401 [Worker] method forEach 427 [Worker] method forEach
402 [Worker] method has 428 [Worker] method has
403 [Worker] method keys 429 [Worker] method keys
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 [Worker] method send 585 [Worker] method send
560 [Worker] interface WorkerGlobalScope 586 [Worker] interface WorkerGlobalScope
561 [Worker] attribute PERSISTENT 587 [Worker] attribute PERSISTENT
562 [Worker] attribute TEMPORARY 588 [Worker] attribute TEMPORARY
563 [Worker] method atob 589 [Worker] method atob
564 [Worker] method btoa 590 [Worker] method btoa
565 [Worker] method clearInterval 591 [Worker] method clearInterval
566 [Worker] method clearTimeout 592 [Worker] method clearTimeout
567 [Worker] method close 593 [Worker] method close
568 [Worker] method constructor 594 [Worker] method constructor
595 [Worker] method fetch
569 [Worker] method importScripts 596 [Worker] method importScripts
570 [Worker] method setInterval 597 [Worker] method setInterval
571 [Worker] method setTimeout 598 [Worker] method setTimeout
572 [Worker] method webkitRequestFileSystem 599 [Worker] method webkitRequestFileSystem
573 [Worker] method webkitRequestFileSystemSync 600 [Worker] method webkitRequestFileSystemSync
574 [Worker] method webkitResolveLocalFileSystemSyncURL 601 [Worker] method webkitResolveLocalFileSystemSyncURL
575 [Worker] method webkitResolveLocalFileSystemURL 602 [Worker] method webkitResolveLocalFileSystemURL
576 [Worker] interface WorkerLocation 603 [Worker] interface WorkerLocation
577 [Worker] method constructor 604 [Worker] method constructor
578 [Worker] method toString 605 [Worker] method toString
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 [Worker] interface webkitIDBRequest 663 [Worker] interface webkitIDBRequest
637 [Worker] method constructor 664 [Worker] method constructor
638 [Worker] interface webkitIDBTransaction 665 [Worker] interface webkitIDBTransaction
639 [Worker] method abort 666 [Worker] method abort
640 [Worker] method constructor 667 [Worker] method constructor
641 [Worker] method objectStore 668 [Worker] method objectStore
642 PASS successfullyParsed is true 669 PASS successfullyParsed is true
643 670
644 TEST COMPLETE 671 TEST COMPLETE
645 672
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698