diff options
Diffstat (limited to 'testing/web-platform/tests/focus/support/iframe-focuses-parent-different-site-other.html')
-rw-r--r-- | testing/web-platform/tests/focus/support/iframe-focuses-parent-different-site-other.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/focus/support/iframe-focuses-parent-different-site-other.html b/testing/web-platform/tests/focus/support/iframe-focuses-parent-different-site-other.html new file mode 100644 index 0000000000..6308c74924 --- /dev/null +++ b/testing/web-platform/tests/focus/support/iframe-focuses-parent-different-site-other.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>iframe focuses parent different site other</title> +</head> +<body> +<script> +window.onload = function() { + opener.postMessage("ready", "*"); +} +</script> +</body> +</html> |