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

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

Issue 2728373004: Remove Float32ImageData and update ImageData for color management (Closed)
Patch Set: Addressing comments 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 DedicatedWorkerGloba lScope. 1 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
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 size 10 [Worker] getter size
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 [Worker] getter oldVersion 389 [Worker] getter oldVersion
390 [Worker] method constructor 390 [Worker] method constructor
391 [Worker] interface ImageBitmap 391 [Worker] interface ImageBitmap
392 [Worker] attribute @@toStringTag 392 [Worker] attribute @@toStringTag
393 [Worker] getter height 393 [Worker] getter height
394 [Worker] getter width 394 [Worker] getter width
395 [Worker] method close 395 [Worker] method close
396 [Worker] method constructor 396 [Worker] method constructor
397 [Worker] interface ImageData 397 [Worker] interface ImageData
398 [Worker] attribute @@toStringTag 398 [Worker] attribute @@toStringTag
399 [Worker] getter colorSpace
400 [Worker] getter data 399 [Worker] getter data
401 [Worker] getter height 400 [Worker] getter height
402 [Worker] getter width 401 [Worker] getter width
403 [Worker] method constructor 402 [Worker] method constructor
404 [Worker] interface MessageChannel 403 [Worker] interface MessageChannel
405 [Worker] attribute @@toStringTag 404 [Worker] attribute @@toStringTag
406 [Worker] getter port1 405 [Worker] getter port1
407 [Worker] getter port2 406 [Worker] getter port2
408 [Worker] method constructor 407 [Worker] method constructor
409 [Worker] interface MessageEvent : Event 408 [Worker] interface MessageEvent : Event
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 [Worker] method postMessage 748 [Worker] method postMessage
750 [Worker] method webkitRequestFileSystem 749 [Worker] method webkitRequestFileSystem
751 [Worker] method webkitRequestFileSystemSync 750 [Worker] method webkitRequestFileSystemSync
752 [Worker] method webkitResolveLocalFileSystemSyncURL 751 [Worker] method webkitResolveLocalFileSystemSyncURL
753 [Worker] method webkitResolveLocalFileSystemURL 752 [Worker] method webkitResolveLocalFileSystemURL
754 [Worker] setter onmessage 753 [Worker] setter onmessage
755 PASS successfullyParsed is true 754 PASS successfullyParsed is true
756 755
757 TEST COMPLETE 756 TEST COMPLETE
758 757
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698