Bug 1725051 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

test6() is pretty unstable and it makes the whole test file timeout. The test framework of ResizeObserver should continue to check the following tests even if there is a timeout (because we use window.setTimeout to check this case). So I think we should split it from observe.html and then make it an intermittent.
test6() is pretty unstable and it makes the whole test file timeout. The test framework of ResizeObserver should continue to check the following tests even if there is a timeout (because we use window.setTimeout to check this case). However, test6() may wait for a message from an iframe forever. So I think we should split it from observe.html and then make it an intermittent.

Back to Bug 1725051 Comment 1