aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html19
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-007.html b/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html
index e9ebbacae49..ea211441754 100644
--- a/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html
+++ b/tests/wpt/web-platform-tests/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html
@@ -3,7 +3,7 @@
<title>CSS Text level 3 Test: U+2005 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-007-ref.html">
+<link rel="match" href="reference/trailing-other-space-separators-break-spaces-002-ref.html">
<meta name="assert" content="U+2005 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&#x2005;<br>ああ<br>&#x2005;あ<br>あ&#x2005;<br>xx</div><!-- A, tailorable -->
+ <div>xx&#x2005;<br>あ<br>あ&#x2005;<br>あ<br>あ&#x2005;<br>xx</div><!-- BA, tailorable -->
</section>
<section>
<div>xx&#x2005;ああ&#x2005;ああ&#x2005;xx</div>