1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/280708-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<html><head> 1.5 +<style> 1.6 +.rowg {display:table-row-group;} 1.7 +</style> 1.8 +</head><body> 1.9 +<table><tbody><tr> 1.10 +<td class="rowg"><input class="rowg"></td> 1.11 +</tr></tbody></table> 1.12 +</body></html>