Skip to content

Tags: donny-dont/wpt

Tags

merge_pr_27872

Toggle merge_pr_27872's commit message
[Private Network Access] Rename WPT fetch/ subdirectory.

Bug: chromium:1183811
Change-Id: I66311e37e608fe66a18cffb833c43eead25f9e72
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2727442
Commit-Queue: Arthur Hemery <[email protected]>
Auto-Submit: Titouan Rigoudy <[email protected]>
Reviewed-by: Arthur Hemery <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859320}

merge_pr_27871

Toggle merge_pr_27871's commit message
Apply properties to ::first-line according to spec

Use a cascade filter like we do for ::first-letter.

Remove unnecessary style adjustments for ::first-letter and
::first-line.

Fixes DCHECK failure after not loading a pending image for ::first-line
with display: none.

Bug: 1182504
Change-Id: Iea7c450da46278e8af2f56e169275183c32add1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2729816
Commit-Queue: Rune Lillesveen <[email protected]>
Reviewed-by: Anders Hartvoll Ruud <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859342}

merge_pr_27869

Toggle merge_pr_27869's commit message
Fix VideoFrame orientation issues, remove public accessor.

Since we aren't quite sure how we want to expose orientation yet,
remove the public accessor from the IDL. As part of doing this
add a bunch of tests for orientation and fix the bugs they found.

As part of fixing these issues, VideoFrameImageUtil now prefers
soft flips to hard flips. Otherwise when using the non SkImage
path, Canvas 'image-orientation: none' won't work properly.

Bug: 1140137,1182435
Test: Lots of new tests.
Change-Id: Ib86754303db473c5829e6a7cbe682d9847b33b2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2730247
Auto-Submit: Dale Curtis <[email protected]>
Commit-Queue: Kenneth Russell <[email protected]>
Reviewed-by: Kenneth Russell <[email protected]>
Reviewed-by: Dan Sanders <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859307}

merge_pr_27866

Toggle merge_pr_27866's commit message
[GridNG] Separation of legacy and NG when there is a position change

The logic for invalidating the grid when there is a change in its style
needs to different in legacy and NG. A previous change
https://chromium-review.googlesource.com/c/chromium/src/+/2713389
attempted to change the object that was getting invalidated from the
parent to the containing block. However, this approach will only work
for NG.

Changes in the properties listed in GridStyleChanged already force a
full layout on this box due to how the properties are specified in
third_party/blink/renderer/core/style/computed_style_diff_functions.json5
For out-of-flow elements with grid container as containing block, we
currently need to run the entire algorithm for placing and sizing.

Legacy grid needed the extra invalidation |DirtyGrid()| of the cached
state on LayoutGrid before re-running layout on the grid container.

Bug: 1183122, 1183192
Change-Id: Icc5280e7c25802858b55fc0ace4fc2f16359e09e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2728287
Reviewed-by: Kurt Catti-Schmidt <[email protected]>
Reviewed-by: Ian Kilpatrick <[email protected]>
Reviewed-by: Daniel Libby <[email protected]>
Commit-Queue: Ana Sollano Kim <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859177}

merge_pr_27864

Toggle merge_pr_27864's commit message
More changes related to removal of <object usemap>

See [1] and [2] for more context, but this just removes more
of the test cases that assume <object usemap> is a thing.

[1] https://crrev.com/858634
[2] web-platform-tests#27184

Bug: 1182910
Change-Id: I6f7bdc6ec33bf9c1cbf3722cd4505a277e1ced56
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2729397
Commit-Queue: Mason Freed <[email protected]>
Auto-Submit: Mason Freed <[email protected]>
Reviewed-by: Joey Arhar <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859170}

merge_pr_27863

Toggle merge_pr_27863's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

merge_pr_27857

Toggle merge_pr_27857's commit message
WPT: `Sec-Fetch-*` headers aren't accessible in service workers.

As requested in whatwg/fetch#993.

Change-Id: Ie6096154ad9f6af73e2c26e0bb0c8f72a2a7a99a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2727263
Reviewed-by: Matt Falkenhagen <[email protected]>
Commit-Queue: Mike West <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859345}

merge_pr_27854

Toggle merge_pr_27854's commit message
webcodecs: Prevent sporadic timeouts of (audio|video)-encoder.any.js

1. Make the audio test faster by encoding less input and comparing
   only every 10th sample.
2. Video test  with reset() no longer relies on flooding encoder with
   frames which was prone to races and timeouts.
3. Declare the tests as slow, because even in their reduced form
   they take about 20 seconds with MSAN enabled.

Bug: 1182691
Change-Id: I21fd08e62866fdcf9b3d2133b8cb82676d93d0b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2728493
Commit-Queue: Eugene Zemtsov <[email protected]>
Reviewed-by: Thomas Guilbert <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859205}

merge_pr_27843

Toggle merge_pr_27843's commit message
[ResourceTiming] Interrogate more attributes in Resource Timing WPT

The Resource Timing spec enumerates the attributes for
PerformanceResourceTiming values as well as rules for what each
attribute must contain.

This changes adds tests to validate the computed attributes match
expectations from the spec.

Bug: 1171767
Change-Id: Ic5d284e7cb4a5d186a7cd8fefab342eac916e4fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2727516
Reviewed-by: Yoav Weiss <[email protected]>
Commit-Queue: Tom McKee <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859365}

merge_pr_27760

Toggle merge_pr_27760's commit message
Add WPT for referrer policy inheritance to popup

Web platform tests did not cover referrer policy inheritance for a
popup. This CL adds a test for it.

Bug: 1130587
Change-Id: I5005bdf249b707ef1f55b39c717534663a9ecf2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2689774
Reviewed-by: Dominic Farolino <[email protected]>
Reviewed-by: Mike West <[email protected]>
Commit-Queue: Mike West <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859291}