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

Unified Diff: chrome/test/data/pdf/basic_test.js

Issue 1527453002: PDF: Remove 'material' from file and variable names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf_remove_non_material
Patch Set: Created 5 years 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/pdf/pdf_scripting_api.js ('k') | chrome/test/data/pdf/basic_test_material.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/pdf/basic_test.js
diff --git a/chrome/test/data/pdf/basic_test_material.js b/chrome/test/data/pdf/basic_test.js
similarity index 97%
rename from chrome/test/data/pdf/basic_test_material.js
rename to chrome/test/data/pdf/basic_test.js
index 4f173c6089782546aace99f051e961b14a341dd4..fc541f6bbf7daf52e07948e084e01e71929cb2db 100644
--- a/chrome/test/data/pdf/basic_test_material.js
+++ b/chrome/test/data/pdf/basic_test.js
@@ -42,7 +42,7 @@ var tests = [
*/
function testIgnoreKeyEvents() {
// Test that the traversal through the shadow DOM works correctly.
- var toolbar = document.getElementById('material-toolbar');
+ var toolbar = document.getElementById('toolbar');
toolbar.$.pageselector.$.input.focus();
chrome.test.assertTrue(shouldIgnoreKeyEvents(toolbar));
@@ -61,7 +61,7 @@ var tests = [
* pressing escape.
*/
function testOpenCloseBookmarks() {
- var toolbar = $('material-toolbar');
+ var toolbar = $('toolbar');
toolbar.show();
var dropdown = toolbar.$.bookmarks;
var plugin = $('plugin');
« no previous file with comments | « chrome/browser/resources/pdf/pdf_scripting_api.js ('k') | chrome/test/data/pdf/basic_test_material.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698