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

17 lines
264 B
HTML

<!DOCTYPE HTML>
<style type="text/css">
div {
height: 200px; width: 200px; overflow: hidden;
text-shadow: 210px 210px 2px gray;
font-size: 50px;
}
/* work around potential font overflow */
span { margin-left: 5px }
</style>
<div>
<span>text</span>
</div>