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

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

Issue 813043004: Re-enable the webexposed tests (supressed for aborted V8 classes roll) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 26 matching lines...) Expand all
37 [Worker] method slice 37 [Worker] method slice
38 [Worker] interface Blob 38 [Worker] interface Blob
39 [Worker] method constructor 39 [Worker] method constructor
40 [Worker] method slice 40 [Worker] method slice
41 [Worker] interface Boolean 41 [Worker] interface Boolean
42 [Worker] method constructor 42 [Worker] method constructor
43 [Worker] method toString 43 [Worker] method toString
44 [Worker] method valueOf 44 [Worker] method valueOf
45 [Worker] interface CloseEvent 45 [Worker] interface CloseEvent
46 [Worker] method constructor 46 [Worker] method constructor
47 [Worker] interface CryptoKey
48 [Worker] method constructor
47 [Worker] interface DOMException 49 [Worker] interface DOMException
48 [Worker] attribute ABORT_ERR 50 [Worker] attribute ABORT_ERR
49 [Worker] attribute DATA_CLONE_ERR 51 [Worker] attribute DATA_CLONE_ERR
50 [Worker] attribute DOMSTRING_SIZE_ERR 52 [Worker] attribute DOMSTRING_SIZE_ERR
51 [Worker] attribute HIERARCHY_REQUEST_ERR 53 [Worker] attribute HIERARCHY_REQUEST_ERR
52 [Worker] attribute INDEX_SIZE_ERR 54 [Worker] attribute INDEX_SIZE_ERR
53 [Worker] attribute INUSE_ATTRIBUTE_ERR 55 [Worker] attribute INUSE_ATTRIBUTE_ERR
54 [Worker] attribute INVALID_ACCESS_ERR 56 [Worker] attribute INVALID_ACCESS_ERR
55 [Worker] attribute INVALID_CHARACTER_ERR 57 [Worker] attribute INVALID_CHARACTER_ERR
56 [Worker] attribute INVALID_MODIFICATION_ERR 58 [Worker] attribute INVALID_MODIFICATION_ERR
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 [Worker] interface webkitIDBRequest 617 [Worker] interface webkitIDBRequest
616 [Worker] method constructor 618 [Worker] method constructor
617 [Worker] interface webkitIDBTransaction 619 [Worker] interface webkitIDBTransaction
618 [Worker] method abort 620 [Worker] method abort
619 [Worker] method constructor 621 [Worker] method constructor
620 [Worker] method objectStore 622 [Worker] method objectStore
621 PASS successfullyParsed is true 623 PASS successfullyParsed is true
622 624
623 TEST COMPLETE 625 TEST COMPLETE
624 626
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698