tenfourfox/layout/reftests/text-shadow/text-shadow-on-selection-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

27 lines
329 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
background: white;
color: black;
font-size: 24px;
}
div {
background: white;
color: blue;
text-shadow: red 2px 2px 0px;
}
span {
background: yellow;
color: white;
}
</style>
</head>
<body>
<div>
hello <span>selected</span> world
</div>
</body>
</html>