mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
12 lines
196 B
HTML
12 lines
196 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div class=clearit>
|
|
<div style="float: left;">x</div>
|
|
</div>
|
|
<div style="display: table; clear: both;"></div>
|
|
<div style="float: left;">y</div>
|
|
</body>
|
|
</html>
|
|
|
|
|