Sign in
webkit
/
WebKit
/
db429512421596470240ded3a71f70ee20552ab3
/
.
/
LayoutTests
/
fast
/
text
/
simple-line-layout-text-position-with-stroke.html
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>