1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/480017-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <body> 1.7 + <div style="display:table"> 1.8 + <div style="display: table-row"> 1.9 + <div style="display: table-cell"> 1.10 + First Column 1.11 + </div> 1.12 + <div style="display: table-cell"> 1.13 + Second Column 1.14 + </div> 1.15 + </div> 1.16 + <div style="display: table-row"> 1.17 + <div style="display: table-cell"> 1.18 + First Column 1.19 + </div> 1.20 + <div style="display: -moz-popup; display: popup"></div> 1.21 + <div style="display: table-cell"> 1.22 + Second Column 1.23 + </div> 1.24 + </div> 1.25 + </div> 1.26 + </body> 1.27 +</html>