summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/js/behaviours/frame.html
blob: c06d1bf2b94cb41f145d6a70c25d1538286154de (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
<script>
  if (location.search == "?setdomain") {
    document.domain = document.domain;
  }
</script>
</head>
</html>