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

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

Issue 2548003002: Expose isPointInPath and isPointInStroke for OffscreenCanvas 2D (Closed)
Patch Set: update global interface layout tests results Created 4 years 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 [Worker] method createImageData 524 [Worker] method createImageData
525 [Worker] method createLinearGradient 525 [Worker] method createLinearGradient
526 [Worker] method createPattern 526 [Worker] method createPattern
527 [Worker] method createRadialGradient 527 [Worker] method createRadialGradient
528 [Worker] method drawImage 528 [Worker] method drawImage
529 [Worker] method ellipse 529 [Worker] method ellipse
530 [Worker] method fill 530 [Worker] method fill
531 [Worker] method fillRect 531 [Worker] method fillRect
532 [Worker] method getImageData 532 [Worker] method getImageData
533 [Worker] method getLineDash 533 [Worker] method getLineDash
534 [Worker] method isPointInPath
535 [Worker] method isPointInStroke
534 [Worker] method lineTo 536 [Worker] method lineTo
535 [Worker] method moveTo 537 [Worker] method moveTo
536 [Worker] method putImageData 538 [Worker] method putImageData
537 [Worker] method quadraticCurveTo 539 [Worker] method quadraticCurveTo
538 [Worker] method rect 540 [Worker] method rect
539 [Worker] method resetTransform 541 [Worker] method resetTransform
540 [Worker] method restore 542 [Worker] method restore
541 [Worker] method rotate 543 [Worker] method rotate
542 [Worker] method save 544 [Worker] method save
543 [Worker] method scale 545 [Worker] method scale
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 [Worker] method gc 2120 [Worker] method gc
2119 [Worker] method webkitRequestFileSystem 2121 [Worker] method webkitRequestFileSystem
2120 [Worker] method webkitRequestFileSystemSync 2122 [Worker] method webkitRequestFileSystemSync
2121 [Worker] method webkitResolveLocalFileSystemSyncURL 2123 [Worker] method webkitResolveLocalFileSystemSyncURL
2122 [Worker] method webkitResolveLocalFileSystemURL 2124 [Worker] method webkitResolveLocalFileSystemURL
2123 [Worker] setter onconnect 2125 [Worker] setter onconnect
2124 PASS successfullyParsed is true 2126 PASS successfullyParsed is true
2125 2127
2126 TEST COMPLETE 2128 TEST COMPLETE
2127 2129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698