Sha256: fb44d04b785ef3fd5e9c7e9636065e2c84237f6de5c763c74b5048fb1033715e

Contents?: true

Size: 1.03 KB

Versions: 31

Compression:

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