diff options
Diffstat (limited to 'testing/web-platform/tests/js/behaviours/frame.html')
-rw-r--r-- | testing/web-platform/tests/js/behaviours/frame.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/js/behaviours/frame.html b/testing/web-platform/tests/js/behaviours/frame.html new file mode 100644 index 0000000000..c06d1bf2b9 --- /dev/null +++ b/testing/web-platform/tests/js/behaviours/frame.html @@ -0,0 +1,10 @@ +<!doctype html> +<html> +<head> +<script> + if (location.search == "?setdomain") { + document.domain = document.domain; + } +</script> +</head> +</html> |