Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
css
/
stroke-miterlimit-default-expected.html
blob: c7063b7f4d820f5232515927356461100e9c0ac4 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
font-size
:
200px
;
color
:
gray
;
}
.
test-stroke
{
text-shadow
:
none
;
-webkit-text-stroke
:
30px
red
;
}
</style>
</head>
<body>
<div
class
=
"test-stroke"
>
Miter
</div>
</body>
</html>