1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/box-properties/CSS21-t100301-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 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: Inline, non-replaced elements (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#inline-width" /> 1.11 + <meta name="flags" content="ahem" /> 1.12 + <style type="text/css"><![CDATA[ 1.13 + 1.14 + html { background: white; } 1.15 + 1.16 + body { 1.17 + width: 100px; height: 100px; 1.18 + border: 10px solid lime; background: green; 1.19 + } 1.20 + 1.21 + 1.22 + ]]></style> 1.23 + </head> 1.24 + <body> 1.25 + </body> 1.26 +</html>