Skip to content

Commit

Permalink
Bug 1935060 [wpt PR 49515] - WebKit export of https://bugs.webkit.org…
Browse files Browse the repository at this point in the history
…/show_bug.cgi?id=284005, a=testonly

Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=284005 (#49515)

--

wpt-commits: fa7088102133f31af989685724972db1a4438246
wpt-pr: 49515
  • Loading branch information
sammygill authored and moz-wptsync-bot committed Dec 10, 2024
1 parent acdb292 commit 482853e
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Sammy Gill" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-rhythm/#block-step-size">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<meta name="assert" content="Box with an outer size of 0 is rounded up to the specified block-step-size">
<style>
.container {
display: flow-root;
width: 100px;
background-color: green;
}
.block-step {
display: block;
block-step-size: 100px;
}
</style>
</head>
<body>
<p>Test passes if there is a filled green square.</p>
<div class="container">
<div class="block-step"></div>
</div>
</body>
</html>

0 comments on commit 482853e

Please sign in to comment.