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

Unified Diff: chrome/test/data/extensions/api_test/font_settings/standard/test.js

Issue 10532105: Use ICU script code "Jpan" instead of "Hrkt" in Japanese pref names (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change in tests and comment Created 8 years, 6 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/extensions/api_test/font_settings/standard/test.js
diff --git a/chrome/test/data/extensions/api_test/font_settings/standard/test.js b/chrome/test/data/extensions/api_test/font_settings/standard/test.js
index f6fdd548d5d69bd953f7be04529fa9d62d7a26c5..185ccb6f0fb588af8392658bfc27715d70cb098d 100644
--- a/chrome/test/data/extensions/api_test/font_settings/standard/test.js
+++ b/chrome/test/data/extensions/api_test/font_settings/standard/test.js
@@ -19,7 +19,7 @@ chrome.test.runTests([
// This test may fail on Windows if the font is not installed on the
// system. See crbug.com/122303
function setPerScriptFont() {
- var script = 'Hang';
+ var script = 'Kore';
var genericFamily = 'standard';
var fontName = 'Verdana';
@@ -129,7 +129,7 @@ chrome.test.runTests([
function getPerScriptFontName() {
fs.getFont({
- script: 'Hang',
+ script: 'Kore',
genericFamily: 'standard'
}, expect({
fontName: 'Verdana',
@@ -184,7 +184,7 @@ chrome.test.runTests([
// This test may fail on Windows if the font is not installed on the
// system. See crbug.com/122303
function clearPerScriptFont() {
- var script = 'Hang';
+ var script = 'Kore';
var genericFamily = 'standard';
var fontName = 'Tahoma';

Powered by Google App Engine
This is Rietveld 408576698