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

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: better sample texts 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 d4f9a46940574325a3039143c351e8943ce2e18b..a82d2581bbcb2b26ab6b027952eb0e408cb6c2b0 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';
@@ -115,7 +115,7 @@ chrome.test.runTests([
function getPerScriptFontName() {
fs.getFont({
- script: 'Hang',
+ script: 'Kore',
genericFamily: 'standard'
}, expect({
fontName: 'Verdana',
@@ -163,7 +163,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