Skip to content

Tags: Khdawq/wpt

Tags

merge_pr_31137

Toggle merge_pr_31137's commit message
shapedetection: Check for a neutered ImageBitmap

This change adds checks for whether the provided ImageBitmap has been
neutered before attempting detection.

Bug: 1256876
Change-Id: Icf9283f1bc2bb5e0cf023adaf5066186d97b9386
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3208990
Auto-Submit: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Chris Mumford <cmumford@google.com>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#928792}

merge_pr_31133

Toggle merge_pr_31133's commit message
[credentialless] Fix WPT interactions.

When run with the official WPT test runner, the COEP credentialless are
failing pretty often compared to Chrome's test runner:
https://wpt.fyi/results/html/cross-origin-embedder-policy/credentialless?label=experimental
The reason is that test aren't run in isolation. Cookies added for one
test are kept for the next one. This shouldn't be a problem for COEP
credentialless, because every test use a different key.

However, there was a problem parsing the cookie value. Chrome insert
spaces and new lines in the cookie value.

Previously:
```
coep_credentialless_script=xxx;
coep_credentialless_link=yyy
```
was parsed as:
```
{
  "coep_credentialess_script": "xxx",
  " coep_credentialless_link": "yyy",
}
```
causing the test to fail when run in sequence.

Solution was to properly trim the values, to remove extra spaces.

Fixed: 1254649
Bug: 1254649
Change-Id: Ic0d51c5b6a8422a8a1f3a9348a54d707f71f7b02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3208052
Reviewed-by: Antonio Sartori <antoniosartori@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#928649}

merge_pr_31129

Toggle merge_pr_31129's commit message
part 24: Port editor/libeditor/crashtests/636074-1.html to WPT

Depends on D127511

Differential Revision: https://phabricator.services.mozilla.com/D127512

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1725850
gecko-commit: 16d0c8cdc167260f0a9b94c57523284e4470ed77
gecko-reviewers: saschanaz

merge_pr_31117

Toggle merge_pr_31117's commit message
WPT css-pseudo: fix paired cascade bug in textpath-selection-011

This patch fixes a reftest that broke under HighlightInheritance due
to a misunderstanding of the spec. csswg-drafts#6386 clarified that
paired cascade (suppression of UA default highlight colors) happens
intentionally only when background-color or color are set, whereas
this test expects fill and stroke properties to suppress defaults.

Bug: 1254608
Change-Id: I98fa7404bb7ad170b1bb6579fa9b6658365d00e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3205136
Commit-Queue: Manuel Rego <rego@igalia.com>
Auto-Submit: Delan Azabani <dazabani@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/main@{#928545}

merge_pr_31111

Toggle merge_pr_31111's commit message
Add script-subresource-load WPT test

Bug: 1245166
Change-Id: I8f0362369f55699536e7e1c292469b4012bac931
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3204792
Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#928419}

merge_pr_31106

Toggle merge_pr_31106's commit message
usb: Upstream protected interface class tests

The set of protected interface classes has been specified in
WICG/webusb#206.

Change-Id: Ie788fdb2dc4530d424d7a3c92850958cf477f20e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3203109
Reviewed-by: Chris Mumford <cmumford@google.com>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#928748}

merge_pr_31104

Toggle merge_pr_31104's commit message
Part 11: Add wpt test for fieldset

Differential Revision: https://phabricator.services.mozilla.com/D125847

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1556351
gecko-commit: 931869dfc94f49e2c37a9dfdba1c1f5edc619e05
gecko-reviewers: smaug

merge_pr_31097

Toggle merge_pr_31097's commit message
Set SetSelfOrAncestorHasDirAutoAttribute in ChildrenChanged

We set |SelfOrAncestorHasDirAutoAttribute| flag in OnDirAttrChanged
if an element has dir=auto attribute or set it in
BeginParsingChildren if the element is the <BDI>, but
BeginParsingChildren does not be called when the <BDI> element as
a child is added by JS. So, this CL change setting the flag to
ChildrenChanged.

Bug: 576815, 1254669
Change-Id: Iec26690f860e8ccf448dd237a1bf7da1176f2923
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3199866
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Cr-Commit-Position: refs/heads/main@{#928597}

merge_pr_31024

Toggle merge_pr_31024's commit message
Bump hypothesis from 6.23.0 to 6.23.1 in /tools

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.23.0 to 6.23.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.23.0...hypothesis-python-6.23.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

merge_pr_30780

Toggle merge_pr_30780's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[GridNG] Invalidate when alignment changes on OOF elements (web-platf…

…orm-tests#30780)

This change will trigger a full relayout when alignment
changes on out-of-flow grid items without a grid area in
order to properly layout with dynamic changes.

Bug: 1248940
Change-Id: If22f77dee0caaaf2fcd17a9b50d91ad9ea7e179f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3159264
Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com>
Reviewed-by: Daniel Libby <dlibby@microsoft.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Ethan Jimenez <ethavar@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#927440}

Co-authored-by: Kurt Catti-Schmidt (SCHMIDT) <kschmi@microsoft.com>