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

Unified Diff: chrome/browser/ui/webui/options/settings_format_browsertest.js

Issue 541533002: Remove more label for= use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 6 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
« no previous file with comments | « chrome/browser/resources/options/sync_section.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/settings_format_browsertest.js
diff --git a/chrome/browser/ui/webui/options/settings_format_browsertest.js b/chrome/browser/ui/webui/options/settings_format_browsertest.js
index 961a67e1a078552afb0ef85e66c2640fbe9a4937..e71769fb580bfd5bd04c9ee437bb37d783572479 100644
--- a/chrome/browser/ui/webui/options/settings_format_browsertest.js
+++ b/chrome/browser/ui/webui/options/settings_format_browsertest.js
@@ -132,7 +132,8 @@ TEST_F('SettingsFormatWebUITest', 'RadioCheckboxStyleCheck', function() {
* Each checkbox requires an id or pref property.
*/
TEST_F('SettingsFormatWebUITest', 'CheckboxIdOrPrefCheck', function() {
- var query = 'input[type=checkbox]:not([pref]):not([id])';
+ var query =
+ 'input[type=checkbox]:not([pref]):not([id]):not(.spacer-checkbox)';
var elements = document.querySelectorAll(query);
for (var i = 0; i < elements.length; i++) {
var element = elements[i];
« no previous file with comments | « chrome/browser/resources/options/sync_section.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698