This content forces the '@font-face' resource to be fetched.

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassThe initiator type for 'background' attributes in <style> elements must be 'css'
Asserts run
Pass
assert_equals("css", "css")
    at Test.<anonymous> ( /resource-timing/initiator-type/resources/initiator-type-test.js:13:5)
PassThe initiator type for 'cursor' attributes in <style> elements must be 'css'
Asserts run
Pass
assert_equals("css", "css")
    at Test.<anonymous> ( /resource-timing/initiator-type/resources/initiator-type-test.js:13:5)
PassThe initiator type for 'list-style-image' attributes in <style> elements must be 'css'
Asserts run
Pass
assert_equals("css", "css")
    at Test.<anonymous> ( /resource-timing/initiator-type/resources/initiator-type-test.js:13:5)
PassThe initiator type for '@font-face' resources must be 'css'
Asserts run
Pass
assert_equals("css", "css")
    at Test.<anonymous> ( /resource-timing/initiator-type/resources/initiator-type-test.js:13:5)