Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passfetchpriority attribute on <link> elements should reflect valid IDL values
Asserts run
Pass
assert_equals("high", "high", "high fetchPriority is a valid IDL value on the link element")
    at Test.<anonymous> ( /html/semantics/the-link-element/attr-link-fetchpriority.html:15:5)
Pass
assert_equals("low", "low", "low fetchPriority is a valid IDL value on the link element")
    at Test.<anonymous> ( /html/semantics/the-link-element/attr-link-fetchpriority.html:16:5)
Pass
assert_equals("auto", "auto", "auto fetchPriority is a valid IDL value on the link element")
    at Test.<anonymous> ( /html/semantics/the-link-element/attr-link-fetchpriority.html:17:5)
Pass
assert_equals("auto", "auto", "invalid fetchPriority reflects as 'auto' IDL attribute on the link element")
    at Test.<anonymous> ( /html/semantics/the-link-element/attr-link-fetchpriority.html:18:5)
Pass
assert_equals("auto", "auto", "missing fetchPriority reflects as 'auto' IDL attribute on the link element")
    at Test.<anonymous> ( /html/semantics/the-link-element/attr-link-fetchpriority.html:19:5)
Passdefault fetchpriority attribute on <link> elements should be 'auto'
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/semantics/the-link-element/attr-link-fetchpriority.html:24:5)