1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-shadow/overflow-not-scrollable-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 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 + text-shadow: 100px 100px 30px black; 1.10 + font-size: 50px; 1.11 + font-weight: bold; 1.12 +} 1.13 + 1.14 +/* work around potential font overflow */ 1.15 +span { margin-left: 5px } 1.16 + 1.17 +</style> 1.18 +<div> 1.19 +<span>text</span> 1.20 +</div>