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

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

Issue 2776553002: Image Capture.idl: s/videoStreamTrack/track/ (Closed)
Patch Set: Update global-interface-listing-expected.txt 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 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 3724 matching lines...) Expand 10 before | Expand all | Expand 10 after
3735 getter width 3735 getter width
3736 method close 3736 method close
3737 method constructor 3737 method constructor
3738 interface ImageBitmapRenderingContext 3738 interface ImageBitmapRenderingContext
3739 attribute @@toStringTag 3739 attribute @@toStringTag
3740 getter canvas 3740 getter canvas
3741 method constructor 3741 method constructor
3742 method transferFromImageBitmap 3742 method transferFromImageBitmap
3743 interface ImageCapture 3743 interface ImageCapture
3744 attribute @@toStringTag 3744 attribute @@toStringTag
3745 getter videoStreamTrack 3745 getter track
3746 method constructor 3746 method constructor
3747 method getPhotoCapabilities 3747 method getPhotoCapabilities
3748 method grabFrame 3748 method grabFrame
3749 method setOptions 3749 method setOptions
3750 method takePhoto 3750 method takePhoto
3751 interface ImageData 3751 interface ImageData
3752 attribute @@toStringTag 3752 attribute @@toStringTag
3753 getter colorSettings 3753 getter colorSettings
3754 getter data 3754 getter data
3755 getter dataUnion 3755 getter dataUnion
(...skipping 5399 matching lines...) Expand 10 before | Expand all | Expand 10 after
9155 setter scrollY 9155 setter scrollY
9156 setter scrollbars 9156 setter scrollbars
9157 setter status 9157 setter status
9158 setter statusbar 9158 setter statusbar
9159 setter toolbar 9159 setter toolbar
9160 setter visualViewport 9160 setter visualViewport
9161 PASS successfullyParsed is true 9161 PASS successfullyParsed is true
9162 9162
9163 TEST COMPLETE 9163 TEST COMPLETE
9164 9164
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698