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

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

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: tests outside the [0, 1] range 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
140 [Worker] interface Event 132 [Worker] interface Event
141 [Worker] attribute @@toStringTag 133 [Worker] attribute @@toStringTag
142 [Worker] attribute AT_TARGET 134 [Worker] attribute AT_TARGET
143 [Worker] attribute BLUR 135 [Worker] attribute BLUR
144 [Worker] attribute BUBBLING_PHASE 136 [Worker] attribute BUBBLING_PHASE
145 [Worker] attribute CAPTURING_PHASE 137 [Worker] attribute CAPTURING_PHASE
146 [Worker] attribute CHANGE 138 [Worker] attribute CHANGE
147 [Worker] attribute CLICK 139 [Worker] attribute CLICK
148 [Worker] attribute DBLCLICK 140 [Worker] attribute DBLCLICK
149 [Worker] attribute DRAGDROP 141 [Worker] attribute DRAGDROP
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 [Worker] method gc 1432 [Worker] method gc
1441 [Worker] method webkitRequestFileSystem 1433 [Worker] method webkitRequestFileSystem
1442 [Worker] method webkitRequestFileSystemSync 1434 [Worker] method webkitRequestFileSystemSync
1443 [Worker] method webkitResolveLocalFileSystemSyncURL 1435 [Worker] method webkitResolveLocalFileSystemSyncURL
1444 [Worker] method webkitResolveLocalFileSystemURL 1436 [Worker] method webkitResolveLocalFileSystemURL
1445 [Worker] setter onconnect 1437 [Worker] setter onconnect
1446 PASS successfullyParsed is true 1438 PASS successfullyParsed is true
1447 1439
1448 TEST COMPLETE 1440 TEST COMPLETE
1449 1441
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698