diff --git a/testing/web-platform/tests/inert/frame/button.html b/testing/web-platform/tests/inert/frame/button.html
new file mode 100644
index 000000000000..5867c758142c
--- /dev/null
+++ b/testing/web-platform/tests/inert/frame/button.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/inert/inert-retargeting-iframe.tentative.html b/testing/web-platform/tests/inert/inert-retargeting-iframe.tentative.html
new file mode 100644
index 000000000000..9c3be704f833
--- /dev/null
+++ b/testing/web-platform/tests/inert/inert-retargeting-iframe.tentative.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+
+
+
+
+
+
+ Click on "Inert button".
+
+ - The blue square ("Non-inert ancestor container") should turn green.
+ - The yellow, semi-transparent square ("Non-inert, displaced container") should not turn red.
+ - "Non-inert button" should not turn red.
+
+ (The full test suite checks a range of events.)
+
+
+
+
+
diff --git a/testing/web-platform/tests/inert/inert-retargeting.tentative.html b/testing/web-platform/tests/inert/inert-retargeting.tentative.html
new file mode 100644
index 000000000000..d239a7056f2f
--- /dev/null
+++ b/testing/web-platform/tests/inert/inert-retargeting.tentative.html
@@ -0,0 +1,290 @@
+
+
+
+
+
+
+
+
+
+
+
+ Click on "foreground".
+
+ - The blue square ("Non-inert ancestor container") should turn green.
+ - The yellow, semi-transparent square ("Non-inert, displaced container") should not turn red.
+ - "Non-inert button" should not turn red.
+
+ (The full test suite checks a range of events.)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/lint.whitelist b/testing/web-platform/tests/lint.whitelist
index 9966d7c307b5..c344c3a83444 100644
--- a/testing/web-platform/tests/lint.whitelist
+++ b/testing/web-platform/tests/lint.whitelist
@@ -817,3 +817,6 @@ LAYOUTTESTS APIS: resources/chromium/webxr-test.js
WEB-PLATFORM.TEST:signed-exchange/resources/*.sxg
WEB-PLATFORM.TEST:signed-exchange/appcache/resources/*.sxg
WEB-PLATFORM.TEST:signed-exchange/resources/generate-test-sxgs.sh
+
+SET TIMEOUT: inert/inert-retargeting.tentative.html
+SET TIMEOUT: inert/inert-retargeting-iframe.tentative.html