Files
PrestaShop/admin-dev/themes/default/components/modernizr/feature-detects/iframe-srcdoc.js
T
2013-07-18 18:51:24 +02:00

6 lines
234 B
JavaScript

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