[webkit-reviews] review granted: [Bug 111123] Flaky test: http/tests/inspector/resource-tree/resource-request-content-while-loading.html : [Attachment 190925] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 03:33:42 PST 2013


Alexander Pavlov (apavlov) <apavlov at chromium.org> has granted Vsevolod Vlasov
<vsevik at chromium.org>'s request for review:
Bug 111123: Flaky test:
http/tests/inspector/resource-tree/resource-request-content-while-loading.html
https://bugs.webkit.org/show_bug.cgi?id=111123

Attachment 190925: Patch
https://bugs.webkit.org/attachment.cgi?id=190925&action=review

------- Additional Comments from Alexander Pavlov (apavlov)
<apavlov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=190925&action=review


>
LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-l
oading.html:10
> +    styleElement.setAttribute("rel", "stylesheet");

You can rewrite this as styleElement.rel = "stylesheet"

>
LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-l
oading.html:11
> +    styleElement.setAttribute("href", "resources/styles-initial.css");

Ditto for "href"


More information about the webkit-reviews mailing list