gecko-dev/gfx/webrender/tests/bug_servo_10136.html

12 строки
143 B
HTML

<!DOCTYPE html>
<style>
body {
background: black;
}
div {
color: white;
text-shadow: 5px 5px 5px white;
}
</style>
<div>whoa</div>