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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/tabs/location.js

Issue 273323002: Convert snakecase enum names to camelcase when stringified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final changes Created 6 years, 7 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/extensions/api_test/automation/tests/tabs/location.js
diff --git a/chrome/test/data/extensions/api_test/automation/tests/tabs/location.js b/chrome/test/data/extensions/api_test/automation/tests/tabs/location.js
index 6b3599ed1067ede3f00c24f072c12d0308814c9d..c05fdad4880628863a128845321fa741f95d9cde 100644
--- a/chrome/test/data/extensions/api_test/automation/tests/tabs/location.js
+++ b/chrome/test/data/extensions/api_test/automation/tests/tabs/location.js
@@ -19,7 +19,7 @@ var allTests = [
assertTrue('height' in okButton.location, 'no height in location');
assertTrue('width' in okButton.location, 'no width in location');
- tree.root.addEventListener('children_changed', assertOkButtonLocation);
+ tree.root.addEventListener('childrenChanged', assertOkButtonLocation);
chrome.tabs.executeScript({ 'code':
'document.querySelector("button")' +
'.setAttribute("style", "position: absolute; left: 100; top: 200; ' +

Powered by Google App Engine
This is Rietveld 408576698