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

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

Issue 2859413002: Shape Detection: add idl and mojom for face landmarks and wire for Mac (Closed)
Patch Set: service-worker's global-interface-listing-expected.txt updated Created 3 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 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 method constructor 1330 method constructor
1331 interface DetectedBarcode 1331 interface DetectedBarcode
1332 attribute @@toStringTag 1332 attribute @@toStringTag
1333 getter boundingBox 1333 getter boundingBox
1334 getter cornerPoints 1334 getter cornerPoints
1335 getter rawValue 1335 getter rawValue
1336 method constructor 1336 method constructor
1337 interface DetectedFace 1337 interface DetectedFace
1338 attribute @@toStringTag 1338 attribute @@toStringTag
1339 getter boundingBox 1339 getter boundingBox
1340 getter landmarks
1340 method constructor 1341 method constructor
1341 interface DetectedText 1342 interface DetectedText
1342 attribute @@toStringTag 1343 attribute @@toStringTag
1343 getter boundingBox 1344 getter boundingBox
1344 getter rawValue 1345 getter rawValue
1345 method constructor 1346 method constructor
1346 interface DeviceMotionEvent : Event 1347 interface DeviceMotionEvent : Event
1347 attribute @@toStringTag 1348 attribute @@toStringTag
1348 getter acceleration 1349 getter acceleration
1349 getter accelerationIncludingGravity 1350 getter accelerationIncludingGravity
(...skipping 7822 matching lines...) Expand 10 before | Expand all | Expand 10 after
9172 setter scrollY 9173 setter scrollY
9173 setter scrollbars 9174 setter scrollbars
9174 setter status 9175 setter status
9175 setter statusbar 9176 setter statusbar
9176 setter toolbar 9177 setter toolbar
9177 setter visualViewport 9178 setter visualViewport
9178 PASS successfullyParsed is true 9179 PASS successfullyParsed is true
9179 9180
9180 TEST COMPLETE 9181 TEST COMPLETE
9181 9182
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698