1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/box-properties/CSS21-t100801-vertical-align-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <head> 1.7 + <title>CSS 2.1 Test Suite: vertical-align (on an inline-block) (reference)</title> 1.8 + <link rel="author" title="L. David Baron" href="http://dbaron.org/" /> 1.9 + <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" /> 1.10 + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth" /> 1.11 + <meta name="flags" content="" /> 1.12 + <meta http-equiv="Content-Style-Type" content="text/css" /> 1.13 + <style type="text/css"><![CDATA[ 1.14 + 1.15 + body { width: 500px; height: 500px; margin: 0; position: relative; } 1.16 + body > div { 1.17 + position: absolute; 1.18 + height: 50px; width: 40px; 1.19 + top: 100px; left: 0; 1.20 + background: green; 1.21 + } 1.22 + 1.23 + ]]></style> 1.24 + </head> 1.25 + <body> 1.26 + 1.27 +<div></div> 1.28 + 1.29 + </body> 1.30 +</html>