Newer
Older
minerva / Tests / LibWeb / Ref / outlines.html
@minerva minerva on 13 Jul 305 bytes Initial commit
<!DOCTYPE html>
<link rel="match" href="reference/outlines-ref.html" />
<style>
    .outline {
        width: 100px;
        height: 100px;
        outline: 5px solid black;
    }
</style>
<div class="outline">hello from paintable box</div>
<p><span class="outline">hello from inline paintable</span></p>