Sha256: bebd919d81c03b19888e16f8a64240cf756221dc7fdeeacc24b5b63cc0c48c59

Contents?: true

Size: 892 Bytes

Versions: 10

Compression:

Stored size: 892 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
		<meta charset=utf-8 />
		<title>body</title>
	</head>
	<body>
		<div id="qunit-fixture"></div>
		<script src="../../../dist/jquery.min.js"></script>
		<script>
			var script = document.getElementsByTagName( "script" )[ 0 ],
				div = document.createElement( "div" ),
				src = "http://" + window.parent.externalHost,
				success = true,
				error = "";

			script.parentNode.appendChild( div );
			div.innerHTML = "<iframe name=\"test\" src=\"" + src + "\">";

			jQuery(function() {
				try {
					jQuery( "<div>hello<div>world</div>!</div>" ).appendTo( "#qunit-fixture" );
				} catch( e ) {
					success = false;
					error = e;
				}

				window.parent.iframeCallback({
					status: success,
					description: "buildFragment sets the context without throwing an exception" +
						( error ? ": " + error : "" )
				});
			});
		</script>
	</body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
lady_josephine-0.7.0 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.6.3 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.6.2 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.6.1 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.6.0 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.5.0 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.0.4 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.0.3 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.0.2 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html
lady_josephine-0.0.1 vendor/assets/components/jquery/test/data/manipulation/iframe-denied.html