blob: 4b49c189b1c21d38fb77df2dbba5b3e160b598c7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we position text with stroke width correctly.</title>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1" />
<style>
div {
-webkit-text-stroke-width: 2px;
}
</style>
</head>
<body>
<div>foobar</div>
</body>
</html>