2013-01-23 22:42:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<script>
|
|
|
|
var cc_on = false,
|
|
|
|
errors = [];
|
|
|
|
/*@cc_on
|
|
|
|
cc_on = true;
|
|
|
|
@*/
|
|
|
|
window.onerror = function( errorMessage, filePath, lineNumber ) {
|
|
|
|
errors.push( errorMessage );
|
|
|
|
};
|
|
|
|
</script>
|
2013-01-28 04:34:38 +00:00
|
|
|
<script src="../../jquery.js"></script>
|
2016-04-10 19:42:44 +00:00
|
|
|
<script src="../iframeTest.js"></script>
|
2013-01-23 22:42:28 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script>
|
2016-04-10 19:42:44 +00:00
|
|
|
startIframeTest( cc_on, errors );
|
2013-01-23 22:42:28 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|