Mypal/layout/reftests/table-anonymous-boxes/398095-1.html

11 lines
185 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('div').firstChild.data = 'x';">
<div style="display: table-footer-group;" id="div"> </div>
</body>
</html>