diff --git a/third_party/blink/web_tests/external/wpt/html/user-activation/activation-trigger-click.html b/third_party/blink/web_tests/external/wpt/html/user-activation/activation-trigger-click.html
new file mode 100644
index 00000000000000..abf685f9220e33
--- /dev/null
+++ b/third_party/blink/web_tests/external/wpt/html/user-activation/activation-trigger-click.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+ Test for click activation trigger
+ Tests that a popup is allowed with user activation from a click event.
+
+ - Click anywhere in the document.
+
+
+
+
diff --git a/third_party/blink/web_tests/external/wpt/html/user-activation/activation-trigger-keypress.html b/third_party/blink/web_tests/external/wpt/html/user-activation/activation-trigger-keypress.html
new file mode 100644
index 00000000000000..cf3816fd95e9b6
--- /dev/null
+++ b/third_party/blink/web_tests/external/wpt/html/user-activation/activation-trigger-keypress.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+ Test for keypress activation trigger
+ Tests that a popup is allowed with user activation from a keypress event.
+
+
+ - Press ENTER key.
+
+
+
+
diff --git a/third_party/blink/web_tests/external/wpt/html/user-activation/basic.html b/third_party/blink/web_tests/external/wpt/html/user-activation/basic.html
deleted file mode 100644
index fe8cebc1089e6a..00000000000000
--- a/third_party/blink/web_tests/external/wpt/html/user-activation/basic.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
- Basic user activation test
- Tests that a popup is allowed with user activation.
-
- - Click anywhere in the document.
-
-
-
-