| Index: chrome/test/data/webui/settings/privacy_page_test.js
|
| diff --git a/chrome/test/data/webui/settings/privacy_page_test.js b/chrome/test/data/webui/settings/privacy_page_test.js
|
| index 5a2f2362a555c4e3e638b3661a80d087aa9ab65e..0488099c61caf12b4cc1e8dd97dfd7fcc128c55a 100644
|
| --- a/chrome/test/data/webui/settings/privacy_page_test.js
|
| +++ b/chrome/test/data/webui/settings/privacy_page_test.js
|
| @@ -228,12 +228,6 @@ cr.define('settings_privacy_page', function() {
|
| cr.webUIListenerCallback(
|
| 'update-counter-text', checkbox.pref.key, 'result');
|
| assertEquals('result', checkbox.subLabel);
|
| -
|
| - // Unchecking the checkbox will hide its sublabel.
|
| - var subLabelStyle = window.getComputedStyle(checkbox.$$('.secondary'));
|
| - assertNotEquals('none', subLabelStyle.display);
|
| - checkbox.checked = false;
|
| - assertEquals('none', subLabelStyle.display);
|
| });
|
| });
|
| }
|
|
|