kubernetes/third_party/ui/bower_components/modernizr/feature-detects/iframe-srcdoc.js
2015-04-13 16:55:01 -07: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'));