1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-anonymous-boxes/dynamic-abs-pos-tbody.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 + <title>CSS 2.1 Test Suite: anonymous table boxes (Mozilla bug 398681)</title> 1.8 + <link rel="author" title="Jesse Ruderman" href="mailto:jruderman@gmail.com" /> 1.9 + <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" /> 1.10 + <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> 1.11 + <meta name="flags" content="dom" /> 1.12 +</head> 1.13 +<body onload="document.getElementById('n').style.position = 'absolute';"> 1.14 +<table border=1> 1.15 + <tbody id="n"><tr><td>1__</td></tr></tbody> 1.16 + <tbody><tr><td>__2</td></tr></tbody> 1.17 +</table> 1.18 +</body> 1.19 +</html>