| Index: third_party/WebKit/LayoutTests/fast/text/hyphens/can-hyphenate-locale.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/can-hyphenate-locale.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/can-hyphenate-locale.html
|
| index 86f7ccf11da8c51fadbffd1a4ecc2966da094e5b..04e0a156339d9d81c906c6d811f19a14763cd9eb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/text/hyphens/can-hyphenate-locale.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/can-hyphenate-locale.html
|
| @@ -8,7 +8,7 @@
|
| assert_exists(window, 'internals');
|
| }, 'This test requires "internals.canHyphenate"');
|
|
|
| - ['en-us'].forEach(function (locale) {
|
| + ['en-us', 'en-gu'].forEach(function (locale) {
|
| test(function () {
|
| assert_true(internals.canHyphenate(locale));
|
| }, `"${locale}" can hyphenate`);
|
|
|