haikuwebkit/LayoutTests/fast/text/simple-line-layout-text-pos...

15 lines
229 B
HTML

<!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>