1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-overflow/combobox-zoom-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- 1.6 + Any copyright is dedicated to the Public Domain. 1.7 + http://creativecommons.org/licenses/publicdomain/ 1.8 + --> 1.9 +<html reftest-zoom="1.5"> 1.10 +<head> 1.11 +<style> 1.12 +@font-face { 1.13 + font-family: DejaVuSansMono; 1.14 + src: url(../fonts/DejaVuSansMono.woff),url(DejaVuSansMono.woff); 1.15 +} 1.16 +html,body { 1.17 + color:black; background-color:white; padding:0; margin:0; 1.18 +} 1.19 +* { 1.20 + font-family:DejaVuSansMono!important; 1.21 + font-size:16px!important; 1.22 +} 1.23 +select { 1.24 + width: 200px; 1.25 + padding-right: 7px; 1.26 + 1.27 + -moz-appearance: none; 1.28 +} 1.29 +</style> 1.30 +</head> 1.31 +<body> 1.32 +<select></select><br> 1.33 + 1.34 +<select><option>long string long </option></select> 1.35 + 1.36 +</body> 1.37 +</html>