summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/iframe-seamless.js
blob: 247b9e6d4a416b425b51b9028e4e26d7eaa28a91 (plain)
1
2
3
4
5
// 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'));