summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/storage-access-api/sandboxAttribute.window.js
blob: de79cd07a9cddac5b8fd4de1fde264313ee700be (plain)
1
2
3
4
5
6
7
'use strict';

test(() => {
  let iframe = document.createElement('iframe');
  assert_true(iframe.sandbox.supports('allow-storage-access-by-user-activation'), '`allow-storage-access-by-user-activation`' +
    'sandbox attribute should be supported');
}, "`allow-storage-access-by-user-activation` sandbox attribute is supported");