Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PasscurrentSrc is updated only after the microtask that updates the current request is run
Asserts run
Pass
assert_equals("", "", "after assigning to img.src but before the corresponding microtask is run")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/update-the-image-data/current-request-microtask.html:24:3)
Pass
assert_equals("data:,c", "data:,c", "after assigning to img.src and after corresponding microtask is run")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/update-the-image-data/current-request-microtask.html:27:5)
Pass
assert_equals("data:,c", "data:,c", "after appending img to picture but before the corresponding microtask is run")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/update-the-image-data/current-request-microtask.html:30:5)
Pass
assert_equals("data:,b", "data:,b", "after appending img to picture and after the corresponding microtask is run")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/update-the-image-data/current-request-microtask.html:33:7)