1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/box-ordinal/box-ordinal-with-out-of-flow-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE html> 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 +<html> 1.10 +<head> 1.11 + <style> 1.12 + #container { display: -moz-box; } 1.13 + #highOrdinal { 1.14 + background: lime; 1.15 + height: 100px; width: 100px; 1.16 + } 1.17 + </style> 1.18 +</head> 1.19 +<body> 1.20 + <div id="container"> 1.21 + <div id="highOrdinal"></div> 1.22 + </div> 1.23 +</body> 1.24 +</html>