github web-platform-tests/wpt merge_pr_48766

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
10 months ago

Bump maximum video frame size by one bit.

This increases the maximum canvas size from 268,435,456 or roughly
16384x16384 to 536,870,911 or roughly 23170x23170. This increase
still allows us to represent up to 8 bytes per pixel (which matches
our largest pixel formats) without overflowing a uint32_t.

This also updates the file to use inline constexpr per the
presubmit check and adds tests for these allocation limits.

Fixed: 374807001
Change-Id: I7eef8b488fa758bfcd0202917469d585724e23ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5955549
Commit-Queue: Eugene Zemtsov eugene@chromium.org
Auto-Submit: Dale Curtis dalecurtis@chromium.org
Reviewed-by: Eugene Zemtsov eugene@chromium.org
Commit-Queue: Dale Curtis dalecurtis@chromium.org
Cr-Commit-Position: refs/heads/main@{#1372466}

Don't miss a new wpt release

NewReleases is sending notifications on new releases.