Patch to follow.
Created attachment 89192 [details] Patch
Comment on attachment 89192 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=89192&action=review > LayoutTests/http/tests/inspector/resource-tree-model-expected.txt:5 > +http://127.0.0.1:8000/inspector/resources-test.js Please make sure that the resources will always arrive in the same order or alternatively sort them before printing, we don't need one more flaky test.
Committed r83584: <http://trac.webkit.org/changeset/83584>
Comment on attachment 89192 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=89192&action=review > LayoutTests/http/tests/inspector/resource-tree-model.html:19 > + function onResourceFinished(event) There may be a race condition between test being invoked via runTest() in onload and resource events coming from the loading of the test page. This test is likely to be flaky. Consider checking for the frame resource url.