Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
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>