[webkit-reviews] review granted: [Bug 179342] REGRESSION (r224301?): LayoutTest http/tests/workers/service/registration-task-queue-scheduling-1.html is a flaky failure : [Attachment 330872] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 10 01:57:27 PST 2018


youenn fablet <youennf at gmail.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 179342: REGRESSION (r224301?): LayoutTest
http/tests/workers/service/registration-task-queue-scheduling-1.html is a flaky
failure
https://bugs.webkit.org/show_bug.cgi?id=179342

Attachment 330872: Patch

https://bugs.webkit.org/attachment.cgi?id=330872&action=review




--- Comment #11 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 330872
  --> https://bugs.webkit.org/attachment.cgi?id=330872
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=330872&action=review

>
LayoutTests/http/tests/workers/service/resources/registration-task-queue-schedu
ling-1-second-window.html:7
> +    
navigator.serviceWorker.register("http://127.0.0.1:8000/workers/service/empty-w
orker.js", { })

http://127.0.0.1:8000/workers/service/empty-worker.js is probably returning a
404.
Since the test is about cross origin, we probably want to use
"http://127.0.0.1:8000/workers/service/resources/empty-worker.js"


More information about the webkit-reviews mailing list