summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1250791.html
blob: 8fb0a164313604de02c7ddb07fb595e254da7a6f (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
    <body>
        <div style="font-size: calc(-1e9%);">
            <div style="font-size: 1e900%;"></div>
        </div>
    </body>
</html>