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

UltraBlame original commit: bf1053024d5b3149c72144110dacc7401452ac60
  • Loading branch information
marco-c committed Dec 13, 2024
1 parent 5be4d9d commit ded522b
Showing 1 changed file with 232 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
<
!
DOCTYPE
html
>
<
html
>
<
head
>
<
link
rel
=
"
author
"
title
=
"
Sammy
Gill
"
href
=
"
mailto
:
sammy
.
gill
apple
.
com
"
>
<
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 ded522b

Please sign in to comment.