mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
formatting contexts, and translate floats out of block formatting contexts. These improve Reddit.
8 lines
165 B
HTML
8 lines
165 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="float: left;">4913</div>
|
|
<div style="overflow: hidden; position: relative;">RIP Richard Kiel</div>
|
|
</body>
|
|
</html>
|