chromium/third_party/blink/web_tests/platform/mac/inspector-protocol/page/set-font-families-expected.txt

Tests Page.setFontFamilies.
.inherited_font
[
    [0] : {
        familyName : Ahem
        glyphCount : 9
        isCustomFont : true
        postScriptName : Ahem
    }
]
.standard_font
[
    [0] : {
        familyName : Courier
        glyphCount : 8
        isCustomFont : false
        postScriptName : Courier
    }
]
.sans_serif_font
[
    [0] : {
        familyName : Ahem
        glyphCount : 9
        isCustomFont : false
        postScriptName : Ahem
    }
]
.fixed_font
[
    [0] : {
        familyName : Ahem
        glyphCount : 5
        isCustomFont : false
        postScriptName : Ahem
    }
]
.notgeneric_font
[
    [0] : {
        familyName : Courier
        glyphCount : 10
        isCustomFont : false
        postScriptName : Courier
    }
]