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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-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 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
4 This test documents all interface attributes and methods on the global window ob ject and element instances. 4 This test documents all interface attributes and methods on the global window ob ject and element instances.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 [INTERFACES] 9 [INTERFACES]
10 interface Accelerometer : Sensor 10 interface Accelerometer : Sensor
(...skipping 4382 matching lines...) Expand 10 before | Expand all | Expand 10 after
4393 method createImageData 4393 method createImageData
4394 method createLinearGradient 4394 method createLinearGradient
4395 method createPattern 4395 method createPattern
4396 method createRadialGradient 4396 method createRadialGradient
4397 method drawImage 4397 method drawImage
4398 method ellipse 4398 method ellipse
4399 method fill 4399 method fill
4400 method fillRect 4400 method fillRect
4401 method getImageData 4401 method getImageData
4402 method getLineDash 4402 method getLineDash
4403 method isPointInPath
4404 method isPointInStroke
4403 method lineTo 4405 method lineTo
4404 method moveTo 4406 method moveTo
4405 method putImageData 4407 method putImageData
4406 method quadraticCurveTo 4408 method quadraticCurveTo
4407 method rect 4409 method rect
4408 method resetTransform 4410 method resetTransform
4409 method restore 4411 method restore
4410 method rotate 4412 method rotate
4411 method save 4413 method save
4412 method scale 4414 method scale
(...skipping 4516 matching lines...) Expand 10 before | Expand all | Expand 10 after
8929 setter scrollY 8931 setter scrollY
8930 setter scrollbars 8932 setter scrollbars
8931 setter status 8933 setter status
8932 setter statusbar 8934 setter statusbar
8933 setter toolbar 8935 setter toolbar
8934 setter visualViewport 8936 setter visualViewport
8935 PASS successfullyParsed is true 8937 PASS successfullyParsed is true
8936 8938
8937 TEST COMPLETE 8939 TEST COMPLETE
8938 8940
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698