diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-013.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-013.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-013.html b/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-013.html index 067ad06f4cf..becdee10fe0 100644 --- a/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-013.html +++ b/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-013.html @@ -1,10 +1,11 @@ <!DOCTYPE html> <meta charset="utf-8"> -<title>CSS Text level 3 Test: U+200F at the end of line with white-space:break-spaces</title> +<title>CSS Text level 3 Test: U+202F at the end of line with white-space:break-spaces</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> <link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2"> <link rel="match" href="reference/trailing-other-space-separators-break-spaces-013-ref.html"> -<meta name="assert" content="U+200F at the end of the line must not hang or be discarded if white-space is break-spaces. It thus keeps its usual line breaking properties, as defined in UAX14."> +<meta name="assert" content="U+202F at the end of the line must not hang or be discarded if white-space is break-spaces. It thus keeps its usual line breaking properties, as defined in UAX14."> +<meta name="flags" content="should"> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <style> div { @@ -30,18 +31,15 @@ section { <p>Test passes if the orange and blue parts of this page are identical. <!-- - * no line breaking opportunity is after an "x" - unless the next character provides one, - and none of the other space separators do. - * no line breaking opportunity is before an "x" - unless the previous character provides one (A). - * a line breaking opportunity is expected after "あ", - unless suppressed by the next character (XB). - * a line breaking opportunity is expected before "あ", - unless suppressed by the previous character (XA). + * There is no line breaking opportunity between two "x" + * There is a line breaking opportunity between two "あ" + * There is a line breaking opportunity after "x" or "あ" + unless suppressed by the next character (BA, GL). + * There is a line breaking opportunity before "x" or "あ" + unless suppressed by the previous character (BB, GL). --> <section class=ref> - <div>xx あ<br>あ あ<br>あ xx</div><!--XB/XA, non-tailorable--> + <div>xx あ<br>あ あ<br>あ xx</div><!--GL, non-tailorable after, tailorable before--> </section> <section> <div>xx ああ ああ xx</div> |