Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
min-max-and-preferred-width-simple-expected.html
blob: 8b10f3f4f0e4744f8cda291b6dc53673e8d262a4 [
file
] [
log
] [
blame
]
<style>
.
first
{
width
:
70px
;
height
:
30px
;
background-color
:
red
;
}
.
second
{
width
:
70px
;
height
:
70px
;
background-color
:
green
;
}
</style>
<div
class
=
first
></div><div
class
=
second
></div>