Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
block
/
basic
/
012.html
blob: 0cf1d39375b9eb35847094acea4c77b14ef848c9 [
file
]
<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>