[wpt-sync] Sync PR 19901 - [ElementTiming] Add simple test for multi-redirect
Categories
(Core :: Performance, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(2 files)
Sync web-platform-tests PR 19901 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19901
Details from upstream follow.
Nicolás Peña Moreno <npm@chromium.org> wrote:
[ElementTiming] Add simple test for multi-redirect
Add a redirect chain similar to that being used for ResourceTiming. More
images along with TAO will be added in a followup.Bug: 1003943
Change-Id: I07a98e6f3b574a1241f33aed60a6bb71e0240a95
Reviewed-on: https://chromium-review.googlesource.com/1880539
WPT-Export-Revision: 9a04ecc7d8427f02e4b352af468a9c1ebc7d2d42
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=96db37d0a1f87927cca6f9b71944d3b34a1f3924
Assignee | ||
Comment 2•3 years ago
|
||
Result changes from PR not available.
Assignee | ||
Comment 3•3 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 43 tests and 73 subtests
Firefox
OK : 43
PASS: 30
FAIL: 43
Chrome
OK : 42
PASS : 68
FAIL : 4
TIMEOUT: 2
Safari
OK : 43
PASS: 26
FAIL: 47
New tests that's don't pass
/element-timing/multi-redirect-image.html
Cross-origin image without TAO should not have its renderTime set, with full TAO it should.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
Gecko CI Results
Ran 43 tests and 73 subtests
OK : 43
PASS : 30
FAIL : 43
New tests that don't pass
/element-timing/multi-redirect-image.html
Cross-origin image without TAO should not have its renderTime set, with full TAO it should.: FAIL
/resource-timing/crossorigin-sandwich-no-TAO.sub.html
startTime == fetchStart in cross-origin redirect with no Timing-Allow-Origin.: FAIL[windows7-32-debug]
/resource-timing/crossorigin-sandwich-partial-TAO.sub.html
redirectEnd == 0 in cross-origin redirect with Timing-Allow-Origin in some of the chain but not all of it.: FAIL[windows7-32-debug]
redirectStart == 0 in cross-origin redirect with Timing-Allow-Origin in some of the chain but not all of it.: FAIL[windows7-32-debug]
startTime == fetchStart in cross-origin redirect with Timing-Allow-Origin in some of the chain but not all of it.: FAIL[windows7-32-debug]
/resource-timing/resource_timing_cross_origin_redirect_chain.html
startTime == fetchStart in cross-origin redirect.: FAIL[windows7-32-debug]
Assignee | ||
Comment 4•3 years ago
|
||
Automatic update from web-platform-tests
[ElementTiming] Add simple test for multi-redirect
Add a redirect chain similar to that being used for ResourceTiming. More
images along with TAO will be added in a followup.
Bug: 1003943
Change-Id: I07a98e6f3b574a1241f33aed60a6bb71e0240a95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880539
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710837}
--
wpt-commits: 1429202e7c98f7a20b9afbb957e3ac57da281239
wpt-pr: 19901
Assignee | ||
Comment 5•3 years ago
|
||
wpt-pr: 19901
wpt-type: metadata
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e7a9395413cd [wpt PR 19901] - [ElementTiming] Add simple test for multi-redirect, a=testonly https://hg.mozilla.org/integration/autoland/rev/20d6f3222acf [wpt PR 19901] - Update wpt metadata, a=testonly
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e7a9395413cd
https://hg.mozilla.org/mozilla-central/rev/20d6f3222acf
Description
•