mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
7 lines
355 B
HTML
7 lines
355 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html><head><title>Test for float placement around other float in BFC but outside containing block</title>
|
|
|
|
</head><body><div style="float: left; width: 500px; height: 500px">
|
|
<div style="width: 425px; height: 10px; background: blue"></div>
|
|
</div>
|
|
</body></html> |