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

Unified Diff: third_party/WebKit/LayoutTests/imagecapture/getphotocapabilities.html

Issue 2301043006: Image Capture: wire RedEyeReduction getter (Closed)
Patch Set: Removed superfluous builder.setRedEyeReduction(false); Created 4 years, 3 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/getphotocapabilities.html
diff --git a/third_party/WebKit/LayoutTests/imagecapture/getphotocapabilities.html b/third_party/WebKit/LayoutTests/imagecapture/getphotocapabilities.html
index 8cd7160dc04c5276d141a02a8e304889795cd354..1711603dad92968a2f5838858713e805bd11bc38 100644
--- a/third_party/WebKit/LayoutTests/imagecapture/getphotocapabilities.html
+++ b/third_party/WebKit/LayoutTests/imagecapture/getphotocapabilities.html
@@ -88,6 +88,9 @@ async_test(function(t) {
fillLightModeNames[mock_capabilities.fill_light_mode],
'fillLightMode');
+ assert_true(capabilities.redEyeReduction,
+ mock_capabilities.red_eye_reduction, 'redEyeReduction');
+
t.done();
})
.catch(error => {
« no previous file with comments | « media/mojo/interfaces/image_capture.mojom ('k') | third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698