1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/reftest/image-size-ref.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,115 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 1.6 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.7 + xmlns:html="http://www.w3.org/1999/xhtml"> 1.8 + 1.9 +<html:style> 1.10 +div { margin: 0px; line-height: 0px; } 1.11 +div div { background: blue; display: inline; float: left; } 1.12 +</html:style> 1.13 + 1.14 +<html:div><html:img 1.15 + src="image4x3.png" style="width: 40px; height: 30px;"/><html:img 1.16 + src="image4x3.png" style="width: 80px; height: 20px;"/><html:img 1.17 + src="image4x3.png" style="width: 10px; height: 70px;"/><html:img 1.18 + src="image4x3.png" style="width: 80px; height: 60px;"/><html:img 1.19 + src="image4x3.png" style="width: 80px; height: 60px;"/><html:img 1.20 + src="image4x3.png" style="width: 20px; height: 15px;"/><html:img 1.21 + src="image4x3.png" style="width: 20px; height: 15px;"/><html:img 1.22 + src="image4x3.png" style="width: 40px; height: 30px; border: 8px solid green;"/><html:img 1.23 + src="image4x3.png" style="box-sizing: border-box; width: 80px; height: 64px; border: 8px solid yellow;"/><html:img 1.24 + src="image4x3.png" style="box-sizing: border-box; width: 72px; height: 58px; border: 8px solid green;"/><html:img 1.25 + src="image4x3.png" style="box-sizing: border-box; width: 24px; height: 22px; border: 8px solid yellow;"/><html:img 1.26 + src="image4x3.png" style="box-sizing: border-box; width: 24px; height: 22px; border: 8px solid green;"/><html:img 1.27 + src="image4x3.png" style="box-sizing: border-box; width: 74px; height: 53px; border: solid yellow; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 4px; border-left-width: 8px;"/><html:img 1.28 + src="image4x3.png" style="box-sizing: border-box; width: 18px; height: 11px; border: solid green; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 4px; border-left-width: 8px;"/> 1.29 +</html:div> 1.30 + 1.31 +<html:div><html:img 1.32 + src="image4x3.png" style="width: 40px; height: 30px;"/><html:img 1.33 + src="image4x3.png" style="width: 80px; height: 20px;"/><html:img 1.34 + src="image4x3.png" style="width: 10px; height: 70px;"/><html:img 1.35 + src="image4x3.png" style="width: 80px; height: 60px;"/><html:img 1.36 + src="image4x3.png" style="height: 80px; height: 60px;"/><html:img 1.37 + src="image4x3.png" style="width: 20px; height: 15px;"/><html:img 1.38 + src="image4x3.png" style="width: 20px; height: 15px;"/><html:img 1.39 + src="image4x3.png" style="width: 60px; height: 25px;"/><html:img 1.40 + src="image4x3.png" style="width: 20px; height: 75px;"/><html:img 1.41 + src="image4x3.png" style="width: 80px; height: 64px; padding: 8px; box-sizing: border-box;"/><html:img 1.42 + src="image4x3.png" style="width: 72px; height: 58px; padding: 8px; box-sizing: border-box;"/><html:img 1.43 + src="image4x3.png" style="width: 24px; height: 22px; padding: 8px; box-sizing: border-box;"/><html:img 1.44 + src="image4x3.png" style="width: 24px; height: 22px; padding: 8px; box-sizing: border-box;"/><html:img 1.45 + src="image4x3.png" style="width: 67px; height: 60px; padding: 4px 2px 8px 1px; box-sizing: border-box;"/><html:img 1.46 + src="image4x3.png" style="width: 11px; height: 18px; padding: 4px 2px 8px 1px; box-sizing: border-box;"/> 1.47 +</html:div> 1.48 + 1.49 +<html:div><html:img 1.50 + src="image4x3.png" style="width: 20px; height: 15px;"/> 1.51 +</html:div> 1.52 + 1.53 +<html:div><html:img 1.54 + src="image4x3.png" style="width: 20px; height: 15px;"/> 1.55 +</html:div> 1.56 + 1.57 +<html:div><html:img 1.58 + src="image4x3.png" style="width: 30px; height: 22.5px"/> 1.59 +</html:div> 1.60 + 1.61 +<html:div><html:img 1.62 + src="image4x3.png" style="width: 20px; height: 15px;"/> 1.63 +</html:div> 1.64 + 1.65 +<html:div><html:img 1.66 + src="image4x3.png" style="width: 20px; height: 15px;"/> 1.67 +</html:div> 1.68 + 1.69 +<html:div><html:img 1.70 + src="image4x3.png" style="width 30px; height: 22.5px;"/> 1.71 +</html:div> 1.72 + 1.73 +<html:div><html:img 1.74 + src="image4x3.png" style="box-sizing: border-box; width: 24px; height: 22px; border: 8px solid green;"/> 1.75 +</html:div> 1.76 + 1.77 +<html:div><html:img 1.78 + src="image4x3.png" style="box-sizing: border-box; width: 24px; height: 22px; border: 8px solid green;"/> 1.79 +</html:div> 1.80 + 1.81 +<html:div><html:img 1.82 + src="image4x3.png" style="width: 40px; height: 30px;"/><html:img 1.83 + src="image4x3.png" style="width: 40px; height: 30px;"/><html:img 1.84 + src="image4x3.png" style="width: 40px; height: 30px;"/><html:img 1.85 + src="image4x3.png" style="box-sizing: border-box; width: 60px; height: 49px; border: 8px solid green;"/><html:img 1.86 + src="image4x3.png" style="box-sizing: border-box; width: 112px; height: 88px; border: 8px solid yellow;"/><html:img 1.87 + src="image4x3.png" style="box-sizing: border-box; width: 96px; height: 76px; border: 8px solid green;"/><html:img 1.88 + src="image4x3.png" style="box-sizing: border-box; width: 112px; height: 88px; border: 8px solid yellow;"/><html:img 1.89 + src="image4x3.png" style="box-sizing: border-box; width: 106px; height: 77px; border: solid yellow; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 4px; border-left-width: 8px;"/> 1.90 +</html:div> 1.91 + 1.92 +<html:div><html:img 1.93 + src="image4x3.png" style="width: 60px; height: 45px;"/><html:img 1.94 + src="image4x3.png" style="width: 120px; height: 90px;"/><html:img 1.95 + src="image4x3.png" style="width 60px; height: 45px;"/><html:img 1.96 + src="image4x3.png" style="box-sizing: border-box; width: 60px; height: 49px; padding: 8px;"/><html:img 1.97 + src="image4x3.png" style="box-sizing: border-box; width: 112px; height: 88px; padding: 8px;"/><html:img 1.98 + src="image4x3.png" style="box-sizing: border-box; width: 96px; height: 76px; padding: 8px;"/><html:img 1.99 + src="image4x3.png" style="box-sizing: border-box; width: 112px; height: 88px; padding: 8px;"/> 1.100 +</html:div> 1.101 + 1.102 +<html:div><html:div 1.103 + style="width: 20px; height: 15px;"/><html:div 1.104 + style="width: 80px; height: 60px;"/><html:div 1.105 + style="width: 40px; height: 30px;"/><html:div 1.106 + style="width: 10px; height: 8px;"/><html:div 1.107 + style="width: 10px; height: 8px;"/> 1.108 +</html:div> 1.109 + 1.110 +<html:div><html:div style="width: 20px; height: 15px;"/></html:div> 1.111 + 1.112 +<html:div><html:div style="width: 20px; height: 15px;"/></html:div> 1.113 + 1.114 +<html:div><html:div style="box-sizing: border-box; width: 24px; height: 22px; border: 8px solid green;"/></html:div> 1.115 + 1.116 +<html:div><html:div style="box-sizing: border-box; width: 24px; height: 22px; border: 8px solid green;"/></html:div> 1.117 + 1.118 +</window>