summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/font-face-multiple-remote-sources-expected.html
blob: 1c07f9c7a9dccd9049e898bc5cfaa00f9b69518d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<body>
    <div style="font-family: 'Ahem'; font-size: 20px; color: green; background-color: red; width: 5em;">
        _fail
        fail_
        _fail
        fail_
        _fail
    </div>
    <script>
        document.body.offsetTop;
    </script>
</body>