mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
14 lines
268 B
HTML
14 lines
268 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="width: 256px;">
|
|
<div style="width: 237px; float: left;">hello</div>
|
|
<div style="clear: both;">darkness</div>
|
|
<div style="float: left;">my old friend</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|