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-expected.txt

Issue 2575943002: Barcode Detection: Add |cornerPoints| to DetectedBarcode.idl (Closed)
Patch Set: Correct coordinates (in clockwise direction starting with top-left) 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 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 method setUint16 1225 method setUint16
1226 method setUint32 1226 method setUint32
1227 method setUint8 1227 method setUint8
1228 interface DelayNode : AudioNode 1228 interface DelayNode : AudioNode
1229 attribute @@toStringTag 1229 attribute @@toStringTag
1230 getter delayTime 1230 getter delayTime
1231 method constructor 1231 method constructor
1232 interface DetectedBarcode 1232 interface DetectedBarcode
1233 attribute @@toStringTag 1233 attribute @@toStringTag
1234 getter boundingBox 1234 getter boundingBox
1235 getter cornerPoints
1235 getter rawValue 1236 getter rawValue
1236 method constructor 1237 method constructor
1237 interface DetectedFace 1238 interface DetectedFace
1238 attribute @@toStringTag 1239 attribute @@toStringTag
1239 getter boundingBox 1240 getter boundingBox
1240 method constructor 1241 method constructor
1241 interface DeviceLightEvent : Event 1242 interface DeviceLightEvent : Event
1242 attribute @@toStringTag 1243 attribute @@toStringTag
1243 getter value 1244 getter value
1244 method constructor 1245 method constructor
(...skipping 7672 matching lines...) Expand 10 before | Expand all | Expand 10 after
8917 setter scrollY 8918 setter scrollY
8918 setter scrollbars 8919 setter scrollbars
8919 setter status 8920 setter status
8920 setter statusbar 8921 setter statusbar
8921 setter toolbar 8922 setter toolbar
8922 setter visualViewport 8923 setter visualViewport
8923 PASS successfullyParsed is true 8924 PASS successfullyParsed is true
8924 8925
8925 TEST COMPLETE 8926 TEST COMPLETE
8926 8927
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698