summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-form-element/resources/target/form-action-url-target.html
blob: d509f21924c2f3b97999b9a5bc94e4c487d93dec (plain)
1
2
3
4
5
<!doctype html>
<script>
"use strict";
window.parent.success(window.location.href);
</script>