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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1971353002: Add ImageData-related API to OffscreenCanvasRenderingContext2D (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expected results to interface listings Created 4 years, 7 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 interface Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface ByteLengthQueuingStrategy 8 interface ByteLengthQueuingStrategy
9 method constructor 9 method constructor
10 method size 10 method size
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 getter shadowOffsetX 500 getter shadowOffsetX
501 getter shadowOffsetY 501 getter shadowOffsetY
502 getter strokeStyle 502 getter strokeStyle
503 method arc 503 method arc
504 method arcTo 504 method arcTo
505 method beginPath 505 method beginPath
506 method bezierCurveTo 506 method bezierCurveTo
507 method clearRect 507 method clearRect
508 method closePath 508 method closePath
509 method constructor 509 method constructor
510 method createImageData
510 method createLinearGradient 511 method createLinearGradient
511 method createPattern 512 method createPattern
512 method createRadialGradient 513 method createRadialGradient
513 method drawImage 514 method drawImage
514 method ellipse 515 method ellipse
515 method fill 516 method fill
516 method fillRect 517 method fillRect
518 method getImageData
517 method getLineDash 519 method getLineDash
518 method lineTo 520 method lineTo
519 method moveTo 521 method moveTo
522 method putImageData
520 method quadraticCurveTo 523 method quadraticCurveTo
521 method rect 524 method rect
522 method resetTransform 525 method resetTransform
523 method restore 526 method restore
524 method rotate 527 method rotate
525 method save 528 method save
526 method scale 529 method scale
527 method setLineDash 530 method setLineDash
528 method setTransform 531 method setTransform
529 method stroke 532 method stroke
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 setter oninstall 1380 setter oninstall
1378 setter onmessage 1381 setter onmessage
1379 setter onnotificationclick 1382 setter onnotificationclick
1380 setter onnotificationclose 1383 setter onnotificationclose
1381 setter onpush 1384 setter onpush
1382 setter onsync 1385 setter onsync
1383 This is a testharness.js-based test. 1386 This is a testharness.js-based test.
1384 PASS Verify the interface of ServiceWorkerGlobalScope 1387 PASS Verify the interface of ServiceWorkerGlobalScope
1385 Harness: the test ran to completion. 1388 Harness: the test ran to completion.
1386 1389
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698