iframe-seamless.js 242 B

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