diff options
Diffstat (limited to 'testing/web-platform/tests/focus/support/hasfocus-other.html')
-rw-r--r-- | testing/web-platform/tests/focus/support/hasfocus-other.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/focus/support/hasfocus-other.html b/testing/web-platform/tests/focus/support/hasfocus-other.html new file mode 100644 index 0000000000..910b6d7970 --- /dev/null +++ b/testing/web-platform/tests/focus/support/hasfocus-other.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> +<title>Outer</title> +<script> +window.onload = function() { + window.opener.postMessage("opened", "*") +} +</script> +</head> +<body> +</body> +</html> |