2024-02-10 21:56:39 -03:00
|
|
|
<!DOCTYPE html>
|
2024-11-05 09:49:08 -03:00
|
|
|
<link rel="match" href="../expected/outlines-ref.html" />
|
2024-02-10 21:56:39 -03:00
|
|
|
<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>
|