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

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

Issue 2360783003: shapedetection module: Introduce basic structure for face detection (Closed)
Patch Set: haraken@ comments Created 4 years, 2 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] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter isClosed 10 [Worker] getter isClosed
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 [Worker] method getUint32 122 [Worker] method getUint32
123 [Worker] method getUint8 123 [Worker] method getUint8
124 [Worker] method setFloat32 124 [Worker] method setFloat32
125 [Worker] method setFloat64 125 [Worker] method setFloat64
126 [Worker] method setInt16 126 [Worker] method setInt16
127 [Worker] method setInt32 127 [Worker] method setInt32
128 [Worker] method setInt8 128 [Worker] method setInt8
129 [Worker] method setUint16 129 [Worker] method setUint16
130 [Worker] method setUint32 130 [Worker] method setUint32
131 [Worker] method setUint8 131 [Worker] method setUint8
132 [Worker] interface DetectedObject
133 [Worker] attribute @@toStringTag
134 [Worker] getter boundingBox
135 [Worker] method constructor
136 [Worker] interface Detector
137 [Worker] attribute @@toStringTag
138 [Worker] method constructor
139 [Worker] method detect
132 [Worker] interface Event 140 [Worker] interface Event
133 [Worker] attribute @@toStringTag 141 [Worker] attribute @@toStringTag
134 [Worker] attribute AT_TARGET 142 [Worker] attribute AT_TARGET
135 [Worker] attribute BLUR 143 [Worker] attribute BLUR
136 [Worker] attribute BUBBLING_PHASE 144 [Worker] attribute BUBBLING_PHASE
137 [Worker] attribute CAPTURING_PHASE 145 [Worker] attribute CAPTURING_PHASE
138 [Worker] attribute CHANGE 146 [Worker] attribute CHANGE
139 [Worker] attribute CLICK 147 [Worker] attribute CLICK
140 [Worker] attribute DBLCLICK 148 [Worker] attribute DBLCLICK
141 [Worker] attribute DRAGDROP 149 [Worker] attribute DRAGDROP
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 [Worker] method gc 1439 [Worker] method gc
1432 [Worker] method webkitRequestFileSystem 1440 [Worker] method webkitRequestFileSystem
1433 [Worker] method webkitRequestFileSystemSync 1441 [Worker] method webkitRequestFileSystemSync
1434 [Worker] method webkitResolveLocalFileSystemSyncURL 1442 [Worker] method webkitResolveLocalFileSystemSyncURL
1435 [Worker] method webkitResolveLocalFileSystemURL 1443 [Worker] method webkitResolveLocalFileSystemURL
1436 [Worker] setter onconnect 1444 [Worker] setter onconnect
1437 PASS successfullyParsed is true 1445 PASS successfullyParsed is true
1438 1446
1439 TEST COMPLETE 1447 TEST COMPLETE
1440 1448
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698