<!doctype HTML>
<style>
div {
text-shadow: 3px 3px 10px black;
font-size: 30px;
}
</style>
<div>Text shadow should be visible when printing.</div>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
<!doctype HTML>
<style>
div {
text-shadow: 3px 3px 10px black;
font-size: 30px;
}
</style>
<div>Text shadow should be visible when printing.</div>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>