Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that entries overflowing the buffer trigger the buffer full event, can be stored, and make their way to the primary buffer after it's cleared in the buffer full event.
Asserts run
Pass
assert_equals(1, 1, "Only the last entry should be stored in resource timing buffer since it's cleared once it overflows.")
    at Test.<anonymous> ( /resource-timing/buffer-full-store-and-clear-during-callback.html:25:5)
Pass
assert_true(true, "resources/empty_script.js is in the entries buffer")
    at Test.<anonymous> ( /resource-timing/buffer-full-store-and-clear-during-callback.html:27:5)
Pass
assert_equals(1, 1, "1 resource timing entry should be moved to entryBuffer.")
    at Test.<anonymous> ( /resource-timing/buffer-full-store-and-clear-during-callback.html:29:5)
Pass
assert_true(true, "resources/empty.js is in the entryBuffer")
    at Test.<anonymous> ( /resource-timing/buffer-full-store-and-clear-during-callback.html:31:5)