Skip to content

Commit 95d9d10

Browse files
RubyLB: Fix a CHECK failure with a FIELDSET with display:contents
A block-in-inline appeared in a <ruby> unexpectedly because it was a child of a <fieldset> with display:contents. We should stop inlinifying FIELDSET children only if the FIELDSET will have a LayoutObject. Bug: 402200344 Change-Id: I5ab0d94823def3352d15402ba789578fa53a320c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6396456 Reviewed-by: Koji Ishii <[email protected]> Commit-Queue: Koji Ishii <[email protected]> Auto-Submit: Kent Tamura <[email protected]> Cr-Commit-Position: refs/heads/main@{#1439223}
1 parent 9d20f3a commit 95d9d10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>crbug.com/402200344</title>
4+
<ruby><i>
5+
<object classid="5Ygt" name="NEefr" type="text/javascript"><fieldset style="display:contents;"><header></header>
6+
</object>
7+
</i>
8+
<rt>ô6Ì9ºÍ¶æ</ruby>

0 commit comments

Comments
 (0)