layout/reftests/box-shadow/overflow-not-scrollable-2-ref.html

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

mercurial