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

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

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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 Blob 8 [Worker] interface Blob
9 [Worker] getter size 9 [Worker] getter size
10 [Worker] getter type 10 [Worker] getter type
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 [Worker] method constructor 376 [Worker] method constructor
377 [Worker] method initMessageEvent 377 [Worker] method initMessageEvent
378 [Worker] interface MessagePort 378 [Worker] interface MessagePort
379 [Worker] getter onmessage 379 [Worker] getter onmessage
380 [Worker] method close 380 [Worker] method close
381 [Worker] method constructor 381 [Worker] method constructor
382 [Worker] method postMessage 382 [Worker] method postMessage
383 [Worker] method start 383 [Worker] method start
384 [Worker] setter onmessage 384 [Worker] setter onmessage
385 [Worker] interface NetworkInformation 385 [Worker] interface NetworkInformation
386 [Worker] getter downlinkMax
387 [Worker] getter onchange
386 [Worker] getter ontypechange 388 [Worker] getter ontypechange
387 [Worker] getter type 389 [Worker] getter type
388 [Worker] method constructor 390 [Worker] method constructor
391 [Worker] setter onchange
389 [Worker] setter ontypechange 392 [Worker] setter ontypechange
390 [Worker] interface Notification 393 [Worker] interface Notification
391 [Worker] getter actions 394 [Worker] getter actions
392 [Worker] getter body 395 [Worker] getter body
393 [Worker] getter data 396 [Worker] getter data
394 [Worker] getter dir 397 [Worker] getter dir
395 [Worker] getter icon 398 [Worker] getter icon
396 [Worker] getter lang 399 [Worker] getter lang
397 [Worker] getter onclick 400 [Worker] getter onclick
398 [Worker] getter onclose 401 [Worker] getter onclose
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 [Worker] method abort 785 [Worker] method abort
783 [Worker] method constructor 786 [Worker] method constructor
784 [Worker] method objectStore 787 [Worker] method objectStore
785 [Worker] setter onabort 788 [Worker] setter onabort
786 [Worker] setter oncomplete 789 [Worker] setter oncomplete
787 [Worker] setter onerror 790 [Worker] setter onerror
788 PASS successfullyParsed is true 791 PASS successfullyParsed is true
789 792
790 TEST COMPLETE 793 TEST COMPLETE
791 794
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698