Index: third_party/WebKit/LayoutTests/imagecapture/setoptions.html |
diff --git a/third_party/WebKit/LayoutTests/imagecapture/setoptions.html b/third_party/WebKit/LayoutTests/imagecapture/setoptions.html |
index 643b6f27bc64dd5426c06cb7352131345aba9c1c..ea03a17dea34ec288982a84de2317291b1a88683 100644 |
--- a/third_party/WebKit/LayoutTests/imagecapture/setoptions.html |
+++ b/third_party/WebKit/LayoutTests/imagecapture/setoptions.html |
@@ -34,6 +34,10 @@ async_test(function(t) { |
redEyeReduction : true, |
fillLightMode : "flash", |
colorTemperature : 6000, |
+ brightness : 3, |
+ contrast : 4, |
+ saturation : 5, |
+ sharpness : 6 |
}; |
mockImageCaptureReady |
.then(mock => { |