wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Fix timeout in `cross-origin-top-navigation-with-user-activation...`

Open jonathan-j-lee opened this issue 1 year ago • 0 comments

The test drops testdriver commands and times out in all browsers because:

  1. The top document doesn't embed testharness*.js.
  2. The opened document needs to set_test_context() to send testdriver commands to its parent.

Also, use variants to merge the test file with the very similar "without activation" case.

jonathan-j-lee avatar Oct 16 '24 18:10 jonathan-j-lee