<html> | |
<head> | |
<script type="text/javascript"> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
<style type="text/css"> | |
p { | |
text-shadow: 0 -10px 10px rgba(0, 0, 0, 0.5), 0 10px 10px rgba(0, 128, 0, 0.5); | |
text-decoration: underline; | |
color: rgba(0, 0, 0, 0.8); | |
} | |
</style> | |
</head> | |
<body> | |
<p>This test should not assert.</p> | |
</body> | |
</html> |