Pass | fetchpriority attribute on <link> elements should reflect valid IDL values | Asserts runPass | 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) |
|