Files
UXP-Fixed/layout/base/crashtests/409513.html
T
2018-02-02 04:16:08 -05:00

15 lines
267 B
HTML

<DOCTYPE html>
<html>
<head>
</head>
<body style="visibility: collapse;" onload="document.getElementById('div').style.direction = 'rtl';">
<div style="display: -moz-groupbox;" id="div">
aaaaa bbbbb ccccc ddddd eeeee fffff ggggg hhhhh iiiii
</div>
</body>
</html>