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

Unified Diff: chrome/browser/ui/webui/bidi_checker_web_ui_test.cc

Issue 9838055: Fixed bidi RTL check failures on font settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sets the directionality from the contents of the font strings. Created 8 years, 8 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/browser/ui/webui/bidi_checker_web_ui_test.cc
diff --git a/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc b/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
index b18788697b569bb3c3ab3eb0ac7325f453de5188..b5640ddd67b06481f81e3358ce55102111ec9208 100644
--- a/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
+++ b/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
@@ -673,9 +673,8 @@ IN_PROC_BROWSER_TEST_F(WebUIBidiCheckerBrowserTestLTR,
RunBidiCheckerOnPage(url);
}
-// http://crbug.com/118420
IN_PROC_BROWSER_TEST_F(WebUIBidiCheckerBrowserTestRTL,
- DISABLED_TestSettingsFrameFonts) {
+ TestSettingsFrameFonts) {
std::string url(chrome::kChromeUISettingsFrameURL);
url += "fonts";
RunBidiCheckerOnPage(url);
« no previous file with comments | « chrome/browser/resources/options2/font_settings.js ('k') | chrome/browser/ui/webui/options2/font_settings_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698