blob: fc06f9c01e9b3712caecec98ad17a1f0f529a6e0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we position text with stroke width correctly.</title>
<style>
div {
-webkit-text-stroke-width: 2px;
}
</style>
</head>
<body>
<div>foobar</div>
</body>
</html>