]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/simple-tasks/test/specs/index.html
bump version to 7.0.0-4
[extjs.git] / extjs / examples / classic / simple-tasks / test / specs / index.html
CommitLineData
947f0963
TL
1<!DOCTYPE html>
2<!--
3 Copyright (c) 2012-2013. Sencha Inc.
4-->
5<html>
6<head>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../bootstrap.css">
9 <script type="text/javascript">
10 window.__webdriver_javascript_errors = [];
11 window.onerror = function(errorMsg, url, lineNumber) {
12 window.__webdriver_javascript_errors.push(
13 errorMsg +' (found at ' + url + ', line ' + lineNumber + ')');
14 };
15 </script>
16 <script type="text/javascript" src="../bootstrap.js"></script>
17</head>
18<body></body>
19</html>