mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
11 lines
374 B
HTML
11 lines
374 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="width:200px; font-size:5px;">
|
|
<!-- Check that we're actually taking inline content already in the line into account
|
|
when we check whether the blue float fits -->
|
|
<div style="background:green; width:100px; height:100px; float:left;"></div>
|
|
H
|
|
<div style="background:blue; width:100px; height:100px; float:left;"></div>
|
|
</body>
|
|
</html>
|