Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/text-shadow/reftest.list
<!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>