Sha256: ce51b0965d8b10f8856e294244bf39db3f13600b7879bfe6419fffd0c90fa060

Contents?: true

Size: 870 Bytes

Versions: 31

Compression:

Stored size: 870 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
		<meta charset=utf-8 />
		<title>body</title>
	</head>
	<body>
		<div id="qunit-fixture"></div>
		<script src="../../../dist/jquery.js"></script>
		<script>
			var script = document.getElementsByTagName( "script" )[ 0 ],
				div = document.createElement( "div" ),
				src = "http://google.com",
				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

31 entries across 31 versions & 1 rubygems

Version Path
sequenceserver-1.1.0.beta12 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta11 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta10 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta8 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta7 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta6 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta5 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta4 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta3 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta2 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-1.1.0.beta public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html