Chromium Code Reviews| Index: chrome/test/data/webui/print_preview.js |
| diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js |
| index d7bb3079df29c30729052a6d5bbf86ae2fa8a353..8148b5039ecc64820747a4f00eb4ee2197bb45ec 100644 |
| --- a/chrome/test/data/webui/print_preview.js |
| +++ b/chrome/test/data/webui/print_preview.js |
| @@ -289,6 +289,7 @@ TEST_F('PrintPreviewWebUITest', 'TestSectionsDisabled', function() { |
| checkSectionVisible(layoutSettings.layoutOption_, false); |
| checkSectionVisible(colorSettings.colorOption_, false); |
| checkSectionVisible(copiesSettings.copiesOption_, false); |
| + checkSectionVisible($('options-option'), false); |
|
dpapad
2011/08/05 00:34:59
This test fails as it is. Why should the headers/f
Aayush Kumar
2011/08/05 00:52:39
Restored change - will create a separate CL for JS
|
| }); |
| // Test that the color settings are set according to the printer capabilities. |