Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-layout-api
/
intrinsic-sizes
/
content-size-ref.html
blob: 6bccf070a92be0c41df43fa9c8c492e1d716ddff [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
test
{
background
:
green
;
border
:
solid
2px
;
height
:
100px
;
}
</style>
<div
class
=
"test"
style
=
"
width
:
96px
"
></div>
<div
class
=
"test"
style
=
"
width
:
46px
"
></div>