From f86f158e8ff169a1d4a561bd937b50e26959a412 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Fri, 7 Jun 2024 12:08:26 +0200 Subject: [PATCH 1/2] Add reference to WPT update for idlharness of icecandidateapair interface follow up to #2961 --- amendments.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/amendments.json b/amendments.json index 8545b7ed8..db2770fb0 100644 --- a/amendments.json +++ b/amendments.json @@ -941,6 +941,12 @@ "pr": 2961, "type": "addition", "status": "candidate", + "tests": [ + "webrtc/idlharness.https.window.html" + ], + "testUpdates": [ + "web-platform-tests/wpt#46647" + ], "id": 45 } ] From 89e8789218b973150b3f3d86807d7d8a60588ee6 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Fri, 7 Jun 2024 13:35:44 +0200 Subject: [PATCH 2/2] Add reference to test of interface instance close #2978 --- amendments.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amendments.json b/amendments.json index db2770fb0..5a7b920c9 100644 --- a/amendments.json +++ b/amendments.json @@ -945,7 +945,8 @@ "webrtc/idlharness.https.window.html" ], "testUpdates": [ - "web-platform-tests/wpt#46647" + "web-platform-tests/wpt#46647", + "web-platform-tests/wpt#46655" ], "id": 45 }