summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/support/004a.html
blob: 117e2b94ae325c47e3175e7771670b672bb43399 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<p>FAIL</p>
<script>
opener.t.step(function() {
  opener.assert_equals(localStorage.test6564729, 'ABCDEFGHIJKLMN');
  opener.t.done();
});
</script>