repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
block
/
basic
/
012.html
blob
0cf1d39375b9eb35847094acea4c77b14ef848c9
1
<html>
2
<head>
3
<style>
4
.5
foo {
5
width:
100
px;
6
border:
2
px solid red;
7
}
8
9
.goo {
10
height:
100
px;
11
}
12
</head>
13
</style>
14
<body>
15
<div
class
=
"goo 5foo"
>
I should not have a border and I should not have a tiny width.
16
</div>