mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
16 lines
505 B
HTML
16 lines
505 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<link rel="author" title="Delan Azabani" href="mailto:dazabani@igalia.com">
|
|
<link rel="stylesheet" href="support/highlights.css">
|
|
<style>
|
|
main {
|
|
font-size: 7em;
|
|
margin: 0.5em;
|
|
color: white;
|
|
-webkit-text-fill-color: yellow;
|
|
-webkit-text-stroke-color: green;
|
|
-webkit-text-stroke-width: 4px;
|
|
}
|
|
</style>
|
|
<p>Test passes if the text below is yellow with a green outline.
|
|
<main class="highlight_reftest">quick</main>
|