commit 20ca876837e63843d6f30457fb75e0704c9d1c20 parent 6bfe3928e4bbd7dd113f63abb4e1de951ae01443 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:01:30 +0000 Bug 1995782 [wpt PR 55592] - Sync interfaces/ with @webref/idl 3.68.3, a=testonly Automatic update from web-platform-tests Sync interfaces/ with @webref/idl 3.68.3 (#55592) Co-authored-by: wpt-pr-bot <wpt-pr-bot@users.noreply.github.com> -- wpt-commits: cac7cdf7ffdd4e63ffaf12f0b7c59b5afd4de5ca wpt-pr: 55592 Diffstat:
4 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/testing/web-platform/tests/interfaces/css-conditional-5.idl b/testing/web-platform/tests/interfaces/css-conditional-5.idl @@ -8,3 +8,8 @@ interface CSSContainerRule : CSSConditionRule { readonly attribute CSSOMString containerName; readonly attribute CSSOMString containerQuery; }; + +[Exposed=Window] +interface CSSSupportsConditionRule : CSSGroupingRule { + readonly attribute CSSOMString name; +}; diff --git a/testing/web-platform/tests/interfaces/css-view-transitions.idl b/testing/web-platform/tests/interfaces/css-view-transitions.idl @@ -38,6 +38,7 @@ interface ViewTransition { undefined skipTransition(); attribute ViewTransitionTypeSet types; readonly attribute Element transitionRoot; + undefined waitUntil(Promise<any> promise); }; [Exposed=Window] diff --git a/testing/web-platform/tests/interfaces/event-timing.idl b/testing/web-platform/tests/interfaces/event-timing.idl @@ -9,6 +9,7 @@ interface PerformanceEventTiming : PerformanceEntry { readonly attribute DOMHighResTimeStamp processingEnd; readonly attribute boolean cancelable; readonly attribute Node? target; + readonly attribute DOMString targetSelector; readonly attribute unsigned long long interactionId; [Default] object toJSON(); }; diff --git a/testing/web-platform/tests/interfaces/html.idl b/testing/web-platform/tests/interfaces/html.idl @@ -1818,7 +1818,7 @@ interface Window : EventTarget { attribute DOMString name; [PutForwards=href, LegacyUnforgeable] readonly attribute Location location; readonly attribute History history; - readonly attribute Navigation navigation; + [Replaceable] readonly attribute Navigation navigation; readonly attribute CustomElementRegistry customElements; [Replaceable] readonly attribute BarProp locationbar; [Replaceable] readonly attribute BarProp menubar;