chromium/third_party/blink/web_tests/fast/css/font-face-default-font-expected.html

<html>
<head>
    <style>
        body {
            font-family: Arial, Arimo;
        }
    </style>
</head>
<body>
    <p>
        Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16348">http://bugs.webkit.org/show_bug.cgi?id=16348</a>
        @font-face does not affect the default style.
    </p>
    This text should be in Arial or Arimo.
</body>
</html>