mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|