Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that if the buffer is cleared after entries were added to the secondary buffer, those entries make it into the primary one
Asserts run
Pass
assert_equals(3, 3, "Number of entries does not match the expected value.")
    at checkEntries ( /resource-timing/resources/buffer-full-utilities.js:53:3)
Pass
assert_true(true, "resources/empty.js is in the entries buffer")
    at checkEntries ( /resource-timing/resources/buffer-full-utilities.js:55:3)
Pass
assert_true(true, "resources/empty_script.js is in the entries buffer")
    at checkEntries ( /resource-timing/resources/buffer-full-utilities.js:58:5)
Pass
assert_true(true, "resources/empty.js?id is in the entries buffer")
    at checkEntries ( /resource-timing/resources/buffer-full-utilities.js:62:5)
Pass
assert_equals(0, 0, "No entries should have been added to the primary buffer before the task to 'fire a buffer full event'.")
    at Test.<anonymous> ( /resource-timing/buffer-full-add-then-clear.html:27:5)