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

Unified Diff: chrome/test/data/webui/settings/zoom_levels_tests.js

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: move unrelated fix to another CL Created 3 years, 6 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
Index: chrome/test/data/webui/settings/zoom_levels_tests.js
diff --git a/chrome/test/data/webui/settings/zoom_levels_tests.js b/chrome/test/data/webui/settings/zoom_levels_tests.js
index c3e5aa5be81ac499e6de2694547e81945ac6b487..4aefcad84700d21ded53ab9cc9f2b9e7ddfbcd1f 100644
--- a/chrome/test/data/webui/settings/zoom_levels_tests.js
+++ b/chrome/test/data/webui/settings/zoom_levels_tests.js
@@ -66,7 +66,7 @@ suite('ZoomLevels', function() {
* fetch.
*/
function getRemoveButton(listContainer, index) {
- return listContainer.children[index].querySelector('paper-icon-button');
+ return listContainer.children[index].querySelector('button');
}
test('empty zoom state', function() {
« no previous file with comments | « chrome/test/data/webui/settings/usb_devices_tests.js ('k') | ui/webui/resources/cr_elements/cr_icons_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698