gecko/layout/reftests/bugs/411367-1.html
2009-04-29 15:21:48 -07:00

9 lines
178 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('s').firstChild.data = 'x';">
<div style="display: -moz-inline-stack;" id="s"> </div>
</body>
</html>