Sha256: 9e64ff5dc8a52cdf4ddcfe5aab8d3415770591c5a024fa6e321e9aa7d511776f

Contents?: true

Size: 1.12 KB

Versions: 31

Compression:

Stored size: 1.12 KB

Contents

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title>Webshims Lib Test Suite</title>
		<script src="../../src/extras/modernizr-custom.js"></script>
		<script>
			window.asyncWebshims = window.asyncWebshims || {};
			window.asyncWebshims.cfg = window.asyncWebshims.cfg || [];

			window.asyncWebshims.cfg.push([{"extendNative": false, "testData": "markup2"}]);
			window.asyncWebshims.polyfill = "canvas details forms";
		</script>
		<script src="yepnope.js"></script>
		<script>
			yepnope([ { 
				load: 'http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.js' }, { 
				load: '../../src/polyfiller.js',
				complete: function(){
					$.webshims.ready('forms', function(){
						setTimeout(function(){
							(window.opener || window.parent).loadingTest($.webshims.cfg.testData, $.webshims.cfg.extendNative);
						}, 400);
					});
					$.webshims.ready('mediaelement', function(){
						(window.opener || window.parent).loadingTest('bad', 'bad', 'bad', 'bad');
					});
				}
			}]);
		</script>
		<script src="empty-polyfiller.js"></script>
		<script src="empty-1.js" async=""></script>
	</head>
	<body>
	</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/test-ext/markup-loading-2.html
sequenceserver-3.1.2 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-3.1.1 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-3.1.0 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-3.0.1 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-3.0 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.2.0 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.1.0 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.rc8 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.rc7 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.rc6 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.rc5 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.rc4 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.rc3 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.rc2 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.rc1 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.beta4 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.beta3 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html
sequenceserver-2.0.0.beta1 public/vendor/npm/webshim@1.15.8/tests/test-ext/markup-loading-2.html