core/test: replaced local qunit copy with qunit via svn:externals; inlined styles specific to polluted.php; kept testrunner.js with just the noConflict call
This commit is contained in:
parent
c66aa57029
commit
db63af1068
5 changed files with 18 additions and 461 deletions
|
@ -23,7 +23,20 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>jQuery Test Suite</title>
|
||||
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
|
||||
<link rel="Stylesheet" media="screen" href="qunit/testsuite.css" />
|
||||
<link rel="Stylesheet" media="screen" href="data/otherlibs.css" />
|
||||
<style type="text/css">
|
||||
form.otherlibs{
|
||||
margin: 20px 0 0 30px;
|
||||
}
|
||||
form.otherlibs label{
|
||||
display:block;
|
||||
margin: 5px 0 5px 30px;
|
||||
}
|
||||
form.otherlibs input.submit{
|
||||
margin:30px 0 0 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue