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

Unified Diff: chrome/test/data/webui/md_bookmarks/app_test.js

Issue 2823053003: [MD Bookmarks] Remove the bookmarks-sidebar element. (Closed)
Patch Set: rebase, address comments Created 3 years, 8 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/md_bookmarks/app_test.js
diff --git a/chrome/test/data/webui/md_bookmarks/app_test.js b/chrome/test/data/webui/md_bookmarks/app_test.js
index 4a80959ea3d3e6ad909a97e5203ed46819cd0397..364c3598c31253e7281a97a87767039c1c19af72 100644
--- a/chrome/test/data/webui/md_bookmarks/app_test.js
+++ b/chrome/test/data/webui/md_bookmarks/app_test.js
@@ -56,7 +56,7 @@ suite('<bookmarks-app>', function() {
test('write and load sidebar width', function() {
assertEquals(
- app.$.sidebar.getComputedStyleValue('width'), app.sidebarWidth_);
+ getComputedStyle(app.$.sidebar).width, app.sidebarWidth_);
var sidebarWidth = '500px';
app.$.sidebar.style.width = sidebarWidth;
« no previous file with comments | « chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc ('k') | chrome/test/data/webui/md_bookmarks/dnd_manager_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698