Pass | fetchpriority attribute on <img> elements should reflect valid IDL values | Asserts runPass | assert_equals("high", "high", "high fetchPriority is a valid IDL value on the image element")
at Test.<anonymous> ( /html/embedded-content/the-img-element/attr-img-fetchpriority.html:15:5) | Pass | assert_equals("low", "low", "low fetchPriority is a valid IDL value on the image element")
at Test.<anonymous> ( /html/embedded-content/the-img-element/attr-img-fetchpriority.html:16:5) | Pass | assert_equals("auto", "auto", "auto fetchPriority is a valid IDL value on the image element")
at Test.<anonymous> ( /html/embedded-content/the-img-element/attr-img-fetchpriority.html:17:5) | Pass | assert_equals("auto", "auto", "invalid fetchPriority reflects as 'auto' IDL attribute on the image element")
at Test.<anonymous> ( /html/embedded-content/the-img-element/attr-img-fetchpriority.html:18:5) | Pass | assert_equals("auto", "auto", "missing fetchPriority reflects as 'auto' IDL attribute on the image element")
at Test.<anonymous> ( /html/embedded-content/the-img-element/attr-img-fetchpriority.html:19:5) |
|