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

Unified Diff: chrome/test/data/webui/net_internals/net_internals_test.js

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase off head Created 8 years, 10 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/net_internals/test_view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/net_internals_test.js
diff --git a/chrome/test/data/webui/net_internals/net_internals_test.js b/chrome/test/data/webui/net_internals/net_internals_test.js
index 37ecbefe8fbf97928aaa48759471ba4231977d74..609ac7a7315c8edaf2988fd485772cc304359a5e 100644
--- a/chrome/test/data/webui/net_internals/net_internals_test.js
+++ b/chrome/test/data/webui/net_internals/net_internals_test.js
@@ -138,7 +138,7 @@ var NetInternalsTest = (function() {
if ($(ancestorId).nodeName == 'TBODY')
return $(ancestorId);
// The tbody element of the first styled table in |parentId|.
- return document.querySelector('#' + ancestorId + ' .styledTable tbody');
+ return document.querySelector('#' + ancestorId + ' .styled-table tbody');
};
/**
« no previous file with comments | « chrome/browser/resources/net_internals/test_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698