Skip to content

Commit

Permalink
Bug 1729746 [wpt PR 30402] - [block-in-inline] Propagate baselines fr…
Browse files Browse the repository at this point in the history
…om block-in-inline, a=testonly

Automatic update from web-platform-tests
[block-in-inline] Propagate baselines from block-in-inline

Block-in-inline is the only case where a line box may have
different and optional first and last baselines.

This patch propagtes them from block-in-inline correctly.

Bug: 716930
Change-Id: I4eab225c7456ca31542a0187cb818568abafdb15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3149290
Commit-Queue: Koji Ishii <kojii@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Auto-Submit: Koji Ishii <kojii@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#919385}

--

wpt-commits: 149d0e57f98a1aed6c24bc1d20a0f1deab8d675d
wpt-pr: 30402
  • Loading branch information
kojiishi authored and moz-wptsync-bot committed Sep 21, 2021
1 parent 1f05927 commit f3fb5ec
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<body>
text
<div style="display: inline-block; background: orange; width: 100px;">
content
<div style="border: solid; height: 20px;"></div>
</div>
</body>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level" />
<link rel="match" href="block-in-inline-baseline-001-ref.html"/>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org" />
<body>
text
<div style="display: inline-block; background: orange; width: 100px;">
content
<span>
<div style="border: solid; height: 20px;"></div>
</span>
</div>
</body>

0 comments on commit f3fb5ec

Please sign in to comment.