Status: FAIL | Duration: 13ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/line-breaking/segment-break-transformation-currency-001.html
<!DOCTYPE html> <meta charset="utf-8"> <title>Segment break transformation: currency symbols</title> <link rel="author" href="mailto:jkew@mozilla.com"> <link rel="match" href="segment-break-transformation-currency-001-ref.html"> <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1940947"> <meta name="flags" content="should" /> <p>Each currency amount should have space before and after; there should be no other spaces.</p> <p lang="ja" style="font-family: sans-serif; word-spacing: 1em;"> 価格は $1.00 です。 価格は ¥150 です。 価格は €1.00 です。 価格は ₩1500 です。 </p>
/css/css-text/line-breaking/segment-break-transformation-currency-001-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>Segment break transformation reference</title> <p>Each currency amount should have space before and after; there should be no other spaces.</p> <p lang="ja" style="font-family: sans-serif; word-spacing: 1em;"> 価格は $1.00 です。価格は ¥150 です。価格は €1.00 です。価格は ₩1500 です。 </p>