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

Unified Diff: chrome/test/data/extensions/api_test/font_settings/incognito/launch.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/incognito/launch.js
diff --git a/chrome/test/data/extensions/api_test/font_settings/incognito/launch.js b/chrome/test/data/extensions/api_test/font_settings/incognito/launch.js
index 4c3a04e6d9eb950c312fa4e0183cccc30871a8d7..122fd9cb2f0a52d6b9e1d4f3b2c3a32c0138301c 100644
--- a/chrome/test/data/extensions/api_test/font_settings/incognito/launch.js
+++ b/chrome/test/data/extensions/api_test/font_settings/incognito/launch.js
@@ -19,7 +19,7 @@ function expect(expected, message) {
chrome.test.runTests([
function setPerScriptFont() {
- var script = 'Hang';
+ var script = 'Kore';
var genericFamily = 'standard';
var fontName = 'Verdana';
@@ -61,7 +61,7 @@ chrome.test.runTests([
function getPerScriptFontName() {
fs.getFont({
- script: 'Hang',
+ script: 'Kore',
genericFamily: 'standard'
}, expect({
fontName: 'Tahoma',
@@ -86,7 +86,7 @@ chrome.test.runTests([
},
function clearPerScriptFont() {
- var script = 'Hang';
+ var script = 'Kore';
var genericFamily = 'standard';
fs.clearFont({

Powered by Google App Engine
This is Rietveld 408576698