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

Unified Diff: chrome/test/data/webui/settings/rtl_tests.js

Issue 2671493002: MD Settings: Fix some tests that break when run in Vulcanized mode. (Closed)
Patch Set: Undo Created 3 years, 11 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/webui/settings/rtl_tests.js
diff --git a/chrome/test/data/webui/settings/rtl_tests.js b/chrome/test/data/webui/settings/rtl_tests.js
index be4e9bafd95f21858ea545ce628e3b9f8a816718..49bb73359ad2f073fb419d98a2a462d26de5376e 100644
--- a/chrome/test/data/webui/settings/rtl_tests.js
+++ b/chrome/test/data/webui/settings/rtl_tests.js
@@ -11,6 +11,10 @@ cr.define('settings_rtl_tests', function() {
function registerDrawerPanelTests() {
suite('settings drawer panel RTL tests', function() {
+ setup(function() {
+ PolymerTest.clearBody();
+ });
+
test('test i18n processing flips drawer panel', function() {
var ui = document.createElement('settings-ui');
var appDrawer = ui.$.drawer;
« no previous file with comments | « chrome/test/data/webui/settings/prefs_tests.js ('k') | chrome/test/data/webui/settings/system_page_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698