forked from mirrors/gecko-dev
Automatic update from web-platform-tests [text-box-trim] Test block-end with Ruby This patch adds a test of the `text-box-trim` property for the block-end behavior when a Ruby hangs to the block-end side. The test and reference for the block-start added in crrev.com/c/5539108 are updated to share the reference file. Bug: 40254880 Change-Id: Ie068940eff74aab2eb4baa7588b37baaef59c590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5553008 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Commit-Queue: Lingqi Chi <lingqi@chromium.org> Reviewed-by: Lingqi Chi <lingqi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1304323} -- wpt-commits: e7a9f83c6176839320eb67e4423599bf29d4492a wpt-pr: 46431
16 lines
310 B
HTML
16 lines
310 B
HTML
<!DOCTYPE html>
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<style>
|
|
.spacer {
|
|
height: 40px;
|
|
background: lightgray;
|
|
}
|
|
.target {
|
|
font-family: Ahem;
|
|
font-size: 40px;
|
|
line-height: 1;
|
|
}
|
|
</style>
|
|
<div class="spacer"></div>
|
|
<div class="target">A BASE B</div>
|
|
<div class="spacer"></div>
|