[wpt-sync] Sync PR 52073 - [no-vary-search] Add webtests for key-order directives
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 52073 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52073
Details from upstream follow.
Lingqi Chi <lingqi@chromium.org> wrote:
[no-vary-search] Add webtests for key-order directives
As a follow-up of Ia58097170117ede42da52762e038756c57b6bdd4, this
CL adds more tests to verify key-order directivesBug: 382394774
Change-Id: Iec724a2db471296e848f4944a4e528c976219712
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6466809
Reviewed-by: Takashi Toyoshima \<toyoshim@chromium.org>
Commit-Queue: Lingqi Chi \<lingqi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1449359}
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 2•1 month ago
|
||
Assignee | ||
Comment 3•1 month ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 4 subtests
Status Summary
Firefox
OK
: 4
PASS
: 8
FAIL
: 8
Chrome
OK
: 4
PASS
: 16
Safari
OK
: 4
PASS
: 8
FAIL
: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fetch/http-cache/no-vary-search.tentative.any.serviceworker.html [wpt.fyi]
- When params is set to true, URL differs only by their parameters (other than
dispatch
anduuid
) should not be cached as different entries.:FAIL
(Chrome:PASS
, Safari:FAIL
) - When key-order is set , URLs should be compared in an order-insensitive way. Matched cases::
FAIL
(Chrome:PASS
, Safari:FAIL
)
- When params is set to true, URL differs only by their parameters (other than
- /fetch/http-cache/no-vary-search.tentative.any.html [wpt.fyi]
- When params is set to true, URL differs only by their parameters (other than
dispatch
anduuid
) should not be cached as different entries.:FAIL
(Chrome:PASS
, Safari:FAIL
) - When key-order is set , URLs should be compared in an order-insensitive way. Matched cases::
FAIL
(Chrome:PASS
, Safari:FAIL
)
- When params is set to true, URL differs only by their parameters (other than
- /fetch/http-cache/no-vary-search.tentative.any.worker.html [wpt.fyi]
- When params is set to true, URL differs only by their parameters (other than
dispatch
anduuid
) should not be cached as different entries.:FAIL
(Chrome:PASS
, Safari:FAIL
) - When key-order is set , URLs should be compared in an order-insensitive way. Matched cases::
FAIL
(Chrome:PASS
, Safari:FAIL
)
- When params is set to true, URL differs only by their parameters (other than
- /fetch/http-cache/no-vary-search.tentative.any.sharedworker.html [wpt.fyi]
- When params is set to true, URL differs only by their parameters (other than
dispatch
anduuid
) should not be cached as different entries.:FAIL
(Chrome:PASS
, Safari:FAIL
) - When key-order is set , URLs should be compared in an order-insensitive way. Matched cases::
FAIL
(Chrome:PASS
, Safari:FAIL
)
- When params is set to true, URL differs only by their parameters (other than
Comment 5•28 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7262c157549c
https://hg.mozilla.org/mozilla-central/rev/5ffdd821ac0d
Description
•