blob: fea7d88da826f2c2c8cd6bad66653ca1b522cfe1 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ InlineFormattingContextIntegrationEnabled=false ] -->
<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>