1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/grid/reftests/scrollable-columns-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.6 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.7 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.8 +<head> 1.9 + <title>XUL Grid Test</title> 1.10 + <style type="text/css"> 1.11 + html { background: black; } 1.12 + html, body { margin: 0; padding: 0; height: 100%; } 1.13 + div { position: absolute; } 1.14 + </style> 1.15 +</head> 1.16 +<body> 1.17 + 1.18 +<div style="background: rgb(0, 102, 153); 1.19 + top: 0px; height: 200px; left: 0px; width: 200px;" /> 1.20 +<div style="background: rgb(0, 255, 0); overflow: auto; 1.21 + top: 200px; height: 100px; left: 0px; width: 200px;"> 1.22 + <div style="width: 300px; height: 50px" /> 1.23 +</div> 1.24 +<div style="background: rgb(0, 0, 153); 1.25 + top: 100px; height: 100px; left: 200px; width: 100px;" /> 1.26 + 1.27 +</body> 1.28 +</html>