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
/
avoidance-percent-width-compat.html
blob
56600218e173d484e96bedf7e0693068533c64fe
1
<html>
2
<body>
3
<div>
4
<div
style
=
"border:2px solid red; FLOAT: left; width:550px"
>
5
There should be a green border table below this:
6
</div>
7
<table
style
=
"border:2px solid green;width:100%; "
>
8
<tr> <td
height
=
"400"
> </td> </tr>
9
</table>
10
</div>
11
12
</body>
13
14
</html>