Skip to content

Commit

Permalink
Mark WPTs for user activation consumption as tentative.
Browse files Browse the repository at this point in the history
Currently these WPTs assume window.open() consumes user activation.
While this is true for most browsers, we still don't have any spec
standardizing this behavior.

#36727

Change-Id: Ia1cb6a343e4c8ab86b0b672a583398c9d6c27ad3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4023882
Commit-Queue: Mustaq Ahmed <mustaq@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1070478}
  • Loading branch information
mustaqahmed authored and chromium-wpt-export-bot committed Nov 11, 2022
1 parent dbb2c32 commit 5fbc810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!--
Tentative due to:
https://github.com/web-platform-tests/wpt/issues/36727
-->
<html>
<head>
<meta name="timeout" content="long">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!--
Tentative due to:
https://github.com/web-platform-tests/wpt/issues/36727
-->
<html>
<head>
<script src="/resources/testharness.js"></script>
Expand Down

0 comments on commit 5fbc810

Please sign in to comment.