WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Created
attachment 190925
[details]
Patch
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
Committed
r144435
: <
http://trac.webkit.org/changeset/144435
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug