diff options
Diffstat (limited to 'testing/web-platform/tests/pointerevents/resources/minimal.html')
-rw-r--r-- | testing/web-platform/tests/pointerevents/resources/minimal.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/pointerevents/resources/minimal.html b/testing/web-platform/tests/pointerevents/resources/minimal.html new file mode 100644 index 0000000000..9402b95cb1 --- /dev/null +++ b/testing/web-platform/tests/pointerevents/resources/minimal.html @@ -0,0 +1,4 @@ +<body>Minimal HTML</body> +<script> + parent.postMessage({"type": "subframe-loaded"}, "*"); +</script> |