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

6 lines
242 B
JavaScript

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