tenfourfox/layout/reftests/text-shadow/text-shadow-on-space-1-ref.html

17 lines
196 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
font: 24px serif;
text-shadow: 2px 2px 1px red;
}
</style>
</head>
<body>
<div>
The spaces should not have shadows!
</div>
</body>