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