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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
block
/
float
/
br-with-clear-4-expected.html
blob
51a4feb486e8cd68666da37157abec61de1e25d4
1
<!DOCTYPE
html
>
2
<style>
3
.green {
4
background: green;
5
float: right;
6
width:
50
%;
7
height:
100
px;
8
}
9
.yellow {
10
background: yellow;
11
}
12
</style>
13
<p>
Test passes if the height of yellow box is identical with that of green box.
</p>
14
<div
class='green'
>
Floating box
</div>
15
<p
class='yellow'
>
16
<a
href='#'
style
=
"font-size:1.5em;"
>
Anchor
</a><br>
17
Text line.
18
<br
style
=
"clear:both"
><span></span>
19
</p>