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

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

Issue 1128863006: PDF: Split elements shared between material and non-material PDF viewers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf_material_polymer_v08_deps
Patch Set: Fix additional occurences in CSS Created 5 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
« no previous file with comments | « chrome/browser/resources/pdf/index.html ('k') | no next file » | 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.js b/chrome/test/data/pdf/basic_test.js
index 6c80cf17b157c86a8b49f376a7a772fd252f1ce7..222d31771fffe241accabd2381dd72f216732811 100644
--- a/chrome/test/data/pdf/basic_test.js
+++ b/chrome/test/data/pdf/basic_test.js
@@ -12,8 +12,8 @@ var tests = [
'viewer-toolbar',
'viewer-page-indicator',
'viewer-progress-bar',
- 'viewer-password-screen',
- 'viewer-error-screen'
+ 'viewer-password-screen-legacy',
+ 'viewer-error-screen-legacy'
];
for (var i = 0; i < elementNames.length; i++) {
var elements = document.querySelectorAll(elementNames[i]);
« no previous file with comments | « chrome/browser/resources/pdf/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698