mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
formatting contexts, and translate floats out of block formatting contexts. These improve Reddit.
7 lines
165 B
HTML
7 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>
|