blob: 67902ead3ca3b82cd54d0e7f6d010d6b6153fbc3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('div').firstChild.data = 'x';">
<div style="display: table-footer-group;" id="div"> </div>
</body>
</html>
|