1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-anonymous-boxes/121142-1a.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <body> 1.7 + <span style="display:table"> 1.8 + <span style="display: table-row-group"> 1.9 + <span style="display: table-row"> 1.10 + <span style="display: table-cell"> 1.11 + Cell 1 1.12 + </span> 1.13 + <script type="text/javascript">document.body.offsetWidth</script> 1.14 + <span style="display: table-cell"> 1.15 + Cell 2 1.16 + </span> 1.17 + </span> 1.18 + </span> 1.19 + </span> 1.20 + </body> 1.21 +</html>