-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 UltraBlame original commit: bf1053024d5b3149c72144110dacc7401452ac60
- Loading branch information
Showing
1 changed file
with
232 additions
and
0 deletions.
There are no files selected for viewing
232 changes: 232 additions & 0 deletions
232
testing/web-platform/tests/css/css-rhythm/zero-outer-size-rounded-up-to-block-step-size.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
> |