Mypal/layout/reftests/bugs/411367-2.html
2019-03-11 13:26:37 +03:00

9 lines
171 B
HTML

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