servo/tests/wpt/web-platform-tests/js/behaviours/frame.html

10 lines
149 B
HTML

<!doctype html>
<html>
<head>
<script>
if (location.search == "?setdomain") {
document.domain = document.domain;
}
</script>
</head>
</html>