haikuwebkit/LayoutTests/fast/css/stroke-width-percent-expect...

24 lines
482 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div {
font-size: 200px;
color: gray;
text-shadow: none;
-webkit-text-stroke-color: blue;
}
</style>
</head>
<body>
<div style="stroke-width: 0px;">&#x25fc;</div>
<div style="stroke-width: 7px;">&#x25fc;</div>
<div style="stroke-width: 14px;">&#x25fc;</div>
<div style="stroke-width: 35px;">&#x25fc;</div>
<div style="stroke-width: 70px;">&#x25fc;</div>
</body>
</html>