diff options
Diffstat (limited to 'testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/click.html')
-rw-r--r-- | testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/click.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/click.html b/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/click.html deleted file mode 100644 index 8cb03b74d..000000000 --- a/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/click.html +++ /dev/null @@ -1,4 +0,0 @@ -<!doctype html> -<script> -parent.postMessage("click", "*"); -</script> |