diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text/i18n/unknown-lang/css-text-line-break-hyphens-normal.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/i18n/unknown-lang/css-text-line-break-hyphens-normal.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/i18n/unknown-lang/css-text-line-break-hyphens-normal.html b/tests/wpt/web-platform-tests/css/css-text/i18n/unknown-lang/css-text-line-break-hyphens-normal.html index 4e9dc5607b4..a20e2447826 100644 --- a/tests/wpt/web-platform-tests/css/css-text/i18n/unknown-lang/css-text-line-break-hyphens-normal.html +++ b/tests/wpt/web-platform-tests/css/css-text/i18n/unknown-lang/css-text-line-break-hyphens-normal.html @@ -7,7 +7,7 @@ <link rel="help" href="https://drafts.csswg.org/css-text-3/#line-break-property"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> -<meta name="assert" content="When the language is unkonwn, and line-break:normal, a browser will NOT allow a break before a hyphen."> +<meta name="assert" content="When the language is unkonwn, and line-break:normal, a browser will NOT allow a break before a hyphen-like CJK character."> <style type="text/css"> @font-face { font-family: 'mplus-1p-regular'; @@ -21,9 +21,7 @@ .test { line-break: normal; } </style> <script> -var charlist = `2010 HYPHEN -2013 EN DASH -301C WAVE DASH +var charlist = `301C WAVE DASH 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN` </script> </head> |