Files
Modernizr/test/browser/iframe.pug
2019-05-15 15:04:11 +02:00

15 lines
442 B
Plaintext

doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title Cow tests
body
script(src='../node_modules/requirejs/require.js')
script(src='../node_modules/jquery/dist/jquery.min.js')
script.
if (window.frameElement) {
var id = location.search.split('=')[1];
window.parent.$(window.parent.document).find('#' + id).trigger('lockedAndLoaded')
}