UNPKG

browsernizr

Version:

Modernizr wrapper for use with browserify

22 lines (20 loc) 569 B
/*! { "name": "iframe[sandbox] Attribute", "property": "sandbox", "tags": ["iframe"], "builderAliases": ["iframe_sandbox"], "notes": [ { "name": "WHATWG Spec", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-iframe-sandbox" }], "knownBugs": ["False-positive on Firefox < 29"] } !*/ /* DOC Test for `sandbox` attribute in iframes. */ var Modernizr = require('./../../lib/Modernizr.js'); var createElement = require('./../../lib/createElement.js'); Modernizr.addTest('sandbox', 'sandbox' in createElement('iframe'));