chromium/third_party/blink/web_tests/svg/text/text-outline-2-expected.html

<!doctype html>
<script src="../../resources/ahem.js"></script>
<style>
span { 
	font: 32px Ahem;
	outline: 2px solid blue;
}
</style>
<span>ABC</span>