mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
13 lines
196 B
HTML
13 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>
|
|
|
|
|