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

Unified Diff: third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-applyConstraints.html

Issue 2773593004: Image Capture: prune Photo{Capabilities/Settings} and add MediaTrackConstraintSet.pointsOfInterest (Closed)
Patch Set: reillyg@ comments on idl urls. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-applyConstraints.html
diff --git a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-applyConstraints.html b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-applyConstraints.html
index 50b580c45b8b22b78b202172175b40cf61e5545f..ff49e629fa5645946fc839bdcbd94178b524873e 100644
--- a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-applyConstraints.html
+++ b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-applyConstraints.html
@@ -9,7 +9,6 @@
<script>
const meteringModeNames = ["none", "manual", "single-shot", "continuous"];
-const fillLightModeNames = ["none", "off", "auto", "flash", "torch"];
// This test verifies that we can all MediaStreamTrack.applyConstraints(), with
// a mock Mojo service implementation.
@@ -24,6 +23,9 @@ async_test(function(t) {
exposureMode : "continuous",
focusMode : "single-shot",
+ pointsOfInterest : [{x : 0.1, y : 0.2},
+ {x : 0.3, y : 0.4}],
+
exposureCompensation : 133.77,
colorTemperature : 6000,
iso : 120.0,

Powered by Google App Engine
This is Rietveld 408576698