mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
backgrounds/borders/etc. twice for inline-blocks. Improves Reddit, GitHub, and many other sites.
9 lines
150 B
HTML
9 lines
150 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="display: block; border: solid black 1px; padding: 6px; height: 64px; width: 64px;"></div>
|
|
</body>
|
|
</html>
|
|
|
|
|