Pass | Test 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 runPass | 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) |
|