Skip to content

Commit

Permalink
chore: update WPT (#3561)
Browse files Browse the repository at this point in the history
Co-authored-by: Uzlopak <[email protected]>
  • Loading branch information
github-actions[bot] and Uzlopak authored Sep 7, 2024
1 parent 97a1fea commit b66fb4b
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 13 deletions.
9 changes: 0 additions & 9 deletions test/fixtures/wpt/interfaces/fenced-frame.idl
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,9 @@ interface HTMLFencedFrameElement : HTMLElement {

enum OpaqueProperty {"opaque"};

typedef (unsigned long or OpaqueProperty) FencedFrameConfigSize;
typedef USVString FencedFrameConfigURL;

[Exposed=Window, Serializable]
interface FencedFrameConfig {
constructor(USVString url);

readonly attribute FencedFrameConfigSize? containerWidth;
readonly attribute FencedFrameConfigSize? containerHeight;
readonly attribute FencedFrameConfigSize? contentWidth;
readonly attribute FencedFrameConfigSize? contentHeight;

undefined setSharedStorageContext(DOMString contextString);
};

Expand Down
7 changes: 3 additions & 4 deletions test/fixtures/wpt/interfaces/turtledove.idl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dictionary AuctionAd {
USVString buyerReportingId;
USVString buyerAndSellerReportingId;
sequence<USVString> allowedReportingOrigins;
DOMString adRenderId;
};

dictionary AuctionAdInterestGroupSize {
Expand Down Expand Up @@ -239,10 +240,8 @@ partial interface HTMLIFrameElement {
[CEReactions] attribute boolean adAuctionHeaders;
};

dictionary PreviousWin {
required long long timeDelta;
required DOMString adJSON;
};
typedef (long long or AuctionAd) PreviousWinElement;
typedef sequence<PreviousWinElement> PreviousWin;

dictionary BiddingBrowserSignals {
required DOMString topWindowHostname;
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/wpt/interfaces/webgpu.idl
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ dictionary GPUTextureViewDescriptor
: GPUObjectDescriptorBase {
GPUTextureFormat format;
GPUTextureViewDimension dimension;
GPUTextureUsageFlags usage = 0;
GPUTextureAspect aspect = "all";
GPUIntegerCoordinate baseMipLevel = 0;
GPUIntegerCoordinate mipLevelCount;
Expand Down
Loading

0 comments on commit b66fb4b

Please sign in to comment.