layout/reftests/text-shadow/overflow-not-scrollable-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text-shadow/overflow-not-scrollable-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<style type="text/css">
     1.6 +
     1.7 +div {
     1.8 +  height: 200px; width: 200px; overflow: auto;
     1.9 +  text-shadow: 210px 210px 2px gray;
    1.10 +  font-size: 50px;
    1.11 +}
    1.12 +
    1.13 +/* work around potential font overflow */
    1.14 +span { margin-left: 5px }
    1.15 +
    1.16 +</style>
    1.17 +<div>
    1.18 +<span>text</span>
    1.19 +</div>

mercurial