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
/
float
/
nested-floats-expand-formatting-context-expected.html
blob
f570b4f0ae65bbe544b7f7b8860337c18fa01ef6
1
<!DOCTYPE
html
>
2
<style>
3
#section {
4
width:
200
px;
5
height:
190
px;
6
background: black;
7
}
8
9
</style>
10
<html>
11
<div
id
=
"section"
>
12
</div>
13
<p>
crbug.com/
477076
: If a nested float doesn't overhang its container the block setting the formatting context should still expand to include it if necessary.
</p>
14