Skip to content

Commit bf64191

Browse files
jja08111chromium-wpt-export-bot
authored andcommitted
[ruby-overhang] Fix ruby-overhang-spaces-011-ref.html WPT
Previously, the reference file had crash in debug build, and there was a failure in release build. Because The width of the tab character didn't consider the previous inline text 'a'. To resolve this, this CL fixes the reference file by moving 'a' into the ruby base. Bug: 512045630, 499042741, 366873207 Change-Id: I0b93fe44d4e7568b81120fb6e12f786b8c1e6a69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7839338 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1631988}
1 parent 3b3d3fc commit bf64191

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css/css-ruby/ruby-overhang-spaces-011-ref.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
</style>
2020
<body lang="ja">
2121
<p>Test passes if orange and blue lines are aligned.
22-
<div class=test>a<ruby>&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
23-
<div class=test>a<ruby>&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
24-
<div class=test>a<ruby>&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
25-
<div class=test>a<ruby>&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
26-
<div class=test>a<ruby>&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
27-
<div class=test>a<ruby>&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
22+
<div class=test><ruby>a&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
23+
<div class=test><ruby>a&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
24+
<div class=test><ruby>a&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
25+
<div class=test><ruby>a&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
26+
<div class=test><ruby>a&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
27+
<div class=test><ruby>a&Tab;   あ    <rt>ああああああああああ</ruby>a</div>
2828
<div class=measure>a&Tab;   あ    a</div>
2929
</body>

0 commit comments

Comments
 (0)