1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/forms/button/max-height.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!DOCTYPE html> 1.5 +<style> 1.6 + button { 1.7 + max-height: 50px; 1.8 + padding: 23px; 1.9 + border: 1px solid black; 1.10 + box-sizing: border-box; 1.11 + overflow: hidden; 1.12 + } 1.13 +</style> 1.14 +<button>Some text</button>