Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-layout-api
/
auto-block-size
/
auto-block-size-negative-ref.html
blob: 665b5c6620b5698f57abf63fbc01a836d8a065f6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
result
{
background
:
green
;
border
:
solid
2px
;
margin
:
20px
0
;
}
</style>
<div
class
=
"result"
style
=
"
width
:
100px
;
height
:
0px
;
"
></div>
<div
class
=
"result"
style
=
"
width
:
0px
;
height
:
100px
;
"
></div>