1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-27 02:39:16 +00:00
Files
UXP/layout/base/crashtests/409513.html
T

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>