Skip to content

Commit 482853e

Browse files
sammygillmoz-wptsync-bot
authored andcommitted
Bug 1935060 [wpt PR 49515] - WebKit export of https://bugs.webkit.org/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
1 parent acdb292 commit 482853e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<link rel="author" title="Sammy Gill" href="mailto:[email protected]">
5+
<link rel="help" href="https://drafts.csswg.org/css-rhythm/#block-step-size">
6+
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
7+
<meta name="assert" content="Box with an outer size of 0 is rounded up to the specified block-step-size">
8+
<style>
9+
.container {
10+
display: flow-root;
11+
width: 100px;
12+
background-color: green;
13+
}
14+
.block-step {
15+
display: block;
16+
block-step-size: 100px;
17+
}
18+
</style>
19+
</head>
20+
<body>
21+
<p>Test passes if there is a filled green square.</p>
22+
<div class="container">
23+
<div class="block-step"></div>
24+
</div>
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)