RESOLVED FIXED 111123
Flaky test: http/tests/inspector/resource-tree/resource-request-content-while-loading.html
https://bugs.webkit.org/show_bug.cgi?id=111123
Summary Flaky test: http/tests/inspector/resource-tree/resource-request-content-while...
Ryosuke Niwa
Reported 2013-02-28 15:36:14 PST
http/tests/inspector/resource-tree/resource-request-content-while-loading.html is flaky http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&showExpectations=true&tests=http%2Ftests%2Finspector%2Fresource-tree%2Fresource-request-content-while-loading.html There appears to be a race condition between InspectorTest.pageLoaded and contentLoaded but I can't tell because there's just way too much javascript code involved in this test.
Attachments
Patch (5.36 KB, patch)
2013-03-01 03:31 PST, Vsevolod Vlasov
apavlov: review+
Ryosuke Niwa
Comment 1 2013-02-28 15:40:10 PST
Added a test expectation in http://trac.webkit.org/changeset/144384.
Vsevolod Vlasov
Comment 2 2013-03-01 03:31:24 PST
Alexander Pavlov (apavlov)
Comment 3 2013-03-01 03:36:07 PST
Comment on attachment 190925 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=190925&action=review > LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html:10 > + styleElement.setAttribute("rel", "stylesheet"); You can rewrite this as styleElement.rel = "stylesheet" > LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html:11 > + styleElement.setAttribute("href", "resources/styles-initial.css"); Ditto for "href"
Vsevolod Vlasov
Comment 4 2013-03-01 03:38:55 PST
Note You need to log in before you can comment on or make changes to this bug.