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-3.1.3 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-3.1.2 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-3.1.1 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-3.1.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-3.0.1 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-3.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.2.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.1.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.rc8 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.rc7 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.rc6 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.rc5 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.rc4 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.rc3 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.rc2 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.rc1 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.beta4 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.beta3 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html
sequenceserver-2.0.0.beta1 public/vendor/npm/webshim@1.15.8/tests/jquery/data/manipulation/iframe-denied.html