frontend/.pnpm-store/v3/files/7f/8077edad3340b0c9d151392e8729ff23f75dd0b88318598ede8a3befc96575b167ae33144cd5fb4bd319b2dd3024e4b198dd93125ce9519fbae26dfbaa78d2

6 lines
238 B
Plaintext

// Test for `sandbox` attribute in iframes.
//
// Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox
Modernizr.addTest('sandbox', 'sandbox' in document.createElement('iframe'));