Closed
Bug 1514654
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14548 - Verify TTFB in resource-timing.html WPT by measuring that the delay occurs between responseStart and responseEnd
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14548 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14548
Details from upstream follow.
Andrew Comminos <acomminos@fb.com> wrote:
> Verify TTFB in resource-timing.html WPT by measuring that the delay occurs between responseStart and responseEnd
>
> When simulating a delay after a statusline, measure that the delay is
> not included in the TTFB by measuring that it occurred between
> responseStart and responseEnd rather than requestStart and
> responseStart. This makes the tests less flaky when subject to shaky
> network and thread scheduling conditions, as might be present using
> Firefox's chaos mode.
>
> Bug: 568024
> Change-Id: I0356f6256af6bc87fbb14860ed05472526c03e5d
> Reviewed-on: https://chromium-review.googlesource.com/c/1377725
> Reviewed-by: Yoav Weiss \<yoav@yoav.ws>
> Commit-Queue: Andrew Comminos \<acomminos@fb.com>
> Cr-Commit-Position: refs/heads/master@{#617021}
>
| Assignee | ||
Comment 1•7 years ago
|
||
PR 14548 applied with additional changes from upstream: 6d3120bad3e5d55bfebb3063a5ef04e7fc231905
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=07e2d02ea5ade463ad23f65ee040bf0206f8e846
| Assignee | ||
Comment 4•7 years ago
|
||
Ran 1 tests
Tests that are disabled for instability:
/resource-timing/resource-timing.html
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7b3a9d543fa3
[wpt PR 14548] - Verify TTFB in resource-timing.html WPT by measuring that the delay occurs between responseStart and responseEnd, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•