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

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

Issue 792103003: Remove WorkerGlobalScope.webkitURL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 [Worker] method get 611 [Worker] method get
612 [Worker] method index 612 [Worker] method index
613 [Worker] method openCursor 613 [Worker] method openCursor
614 [Worker] method put 614 [Worker] method put
615 [Worker] interface webkitIDBRequest 615 [Worker] interface webkitIDBRequest
616 [Worker] method constructor 616 [Worker] method constructor
617 [Worker] interface webkitIDBTransaction 617 [Worker] interface webkitIDBTransaction
618 [Worker] method abort 618 [Worker] method abort
619 [Worker] method constructor 619 [Worker] method constructor
620 [Worker] method objectStore 620 [Worker] method objectStore
621 [Worker] interface webkitURL
622 [Worker] method constructor
623 [Worker] method toString
624 PASS successfullyParsed is true 621 PASS successfullyParsed is true
625 622
626 TEST COMPLETE 623 TEST COMPLETE
627 624
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698