mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
6 lines
238 B
JavaScript
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'));
|