diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html b/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html index ffb018ec54c..303a453bddf 100644 --- a/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html +++ b/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html @@ -3,7 +3,7 @@ <title>CSS Text level 3 Test: U+200A 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-012-ref.html"> +<link rel="match" href="reference/trailing-other-space-separators-break-spaces-002-ref.html"> <meta name="assert" content="U+200A 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" /> @@ -31,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> あ<br>あ <br>xx</div><!-- A, tailorable --> + <div>xx <br>あ<br>あ <br>あ<br>あ <br>xx</div><!-- BA, tailorable --> </section> <section> <div>xx ああ ああ xx</div> |