| 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 => {
|
|
|