1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/476063-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE html> 1.5 +<head> 1.6 +</head> 1.7 +<body> 1.8 + <div style="display: table" id="x"> 1.9 + <div style="display: table-row"> 1.10 + <div style="display: table-cell">1 - 1</div> 1.11 + <div style="display: table-cell">1 - 2</div> 1.12 + </div> 1.13 + <div style="display: table-row"> 1.14 + <div style="display: table-cell">2 - 1</div> 1.15 + <div style="display: table-cell">2 - 2</div> 1.16 + </div> 1.17 + </div> 1.18 + <div style="border: 2px solid green">This is a test</div> 1.19 + <span style="border: 2px solid green">before<div>This is a test</div>after</span> 1.20 +</body>