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

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

Issue 2737373005: [GeometryInterface] enable Exposed keyword at DOMQuad.idl (Closed)
Patch Set: [GeometryInterface] enable Exposed keyword at DOMQuad.idl Created 3 years, 9 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 BarcodeDetector 8 [Worker] interface BarcodeDetector
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] method constructor 10 [Worker] method constructor
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 [Worker] interface DOMPointReadOnly 242 [Worker] interface DOMPointReadOnly
243 [Worker] static method fromPoint 243 [Worker] static method fromPoint
244 [Worker] attribute @@toStringTag 244 [Worker] attribute @@toStringTag
245 [Worker] getter w 245 [Worker] getter w
246 [Worker] getter x 246 [Worker] getter x
247 [Worker] getter y 247 [Worker] getter y
248 [Worker] getter z 248 [Worker] getter z
249 [Worker] method constructor 249 [Worker] method constructor
250 [Worker] method matrixTransform 250 [Worker] method matrixTransform
251 [Worker] method toJSON 251 [Worker] method toJSON
252 [Worker] interface DOMQuad
253 [Worker] static method fromQuad
254 [Worker] static method fromRect
255 [Worker] attribute @@toStringTag
256 [Worker] getter p1
257 [Worker] getter p2
258 [Worker] getter p3
259 [Worker] getter p4
260 [Worker] method constructor
261 [Worker] method getBounds
262 [Worker] method toJSON
252 [Worker] interface DOMRect : DOMRectReadOnly 263 [Worker] interface DOMRect : DOMRectReadOnly
253 [Worker] attribute @@toStringTag 264 [Worker] attribute @@toStringTag
254 [Worker] getter height 265 [Worker] getter height
255 [Worker] getter width 266 [Worker] getter width
256 [Worker] getter x 267 [Worker] getter x
257 [Worker] getter y 268 [Worker] getter y
258 [Worker] method constructor 269 [Worker] method constructor
259 [Worker] setter height 270 [Worker] setter height
260 [Worker] setter width 271 [Worker] setter width
261 [Worker] setter x 272 [Worker] setter x
(...skipping 2040 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 [Worker] method gc 2313 [Worker] method gc
2303 [Worker] method webkitRequestFileSystem 2314 [Worker] method webkitRequestFileSystem
2304 [Worker] method webkitRequestFileSystemSync 2315 [Worker] method webkitRequestFileSystemSync
2305 [Worker] method webkitResolveLocalFileSystemSyncURL 2316 [Worker] method webkitResolveLocalFileSystemSyncURL
2306 [Worker] method webkitResolveLocalFileSystemURL 2317 [Worker] method webkitResolveLocalFileSystemURL
2307 [Worker] setter onconnect 2318 [Worker] setter onconnect
2308 PASS successfullyParsed is true 2319 PASS successfullyParsed is true
2309 2320
2310 TEST COMPLETE 2321 TEST COMPLETE
2311 2322
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698