Sign in
webkit
/
WebKit
/
2451ef9a6f07697711cff954a3812f59820a6e05
/
.
/
LayoutTests
/
fast
/
block
/
basic
/
012.html
blob: 0cf1d39375b9eb35847094acea4c77b14ef848c9 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
.5foo
{
width
:
100px
;
border
:
2px
solid red
;
}
.
goo
{
height
:
100px
;
}
</
head
>
</style>
<body>
<div
class
=
"goo 5foo"
>
I should not have a border and I should not have a tiny width.
</div>