kubernetes/third_party/ui/bower_components/modernizr/feature-detects/iframe-sandbox.js
2015-04-13 16:55:01 -07:00

6 lines
238 B
JavaScript

// 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'));