1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/flexbox/flexbox-inlinecontent-horiz-3-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!-- 1.6 + Any copyright is dedicated to the Public Domain. 1.7 + http://creativecommons.org/publicdomain/zero/1.0/ 1.8 +--> 1.9 +<!-- 1.10 + Reference case, using a block instead of a flexbox. 1.11 +--> 1.12 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.13 + <head> 1.14 + <link rel="stylesheet" type="text/css" href="ahem.css" /> 1.15 + <style> 1.16 + div#block { 1.17 + width: 100px; 1.18 + font: 10px Ahem; 1.19 + } 1.20 + </style> 1.21 + </head> 1.22 + <body> 1.23 + <div id="block">abc def ghi jkl mno pqr stu</div> 1.24 + </body> 1.25 +</html>