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

Unified Diff: chrome/test/data/webui/print_preview.js

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating unittests Created 9 years, 2 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/webui.css ('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/print_preview.js
diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
index 63c6a2a0690ab201e72ce63e47219c2fd0874039..7b0ce330c4717589cae655fa646111bbf0e43070 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -447,5 +447,5 @@ TEST_F('PrintPreviewNoPDFWebUITest', 'TestErrorMessage', function() {
expectFalse(errorButton.disabled);
var errorText = $('custom-message');
assertNotEquals(null, errorText);
- expectFalse(errorText.classList.contains('hidden'));
+ expectFalse(errorText.hidden);
});
« no previous file with comments | « chrome/browser/resources/webui.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698