import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
|
||||
|
@ -1,33 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
.yui-log {padding-top:3em;}
|
||||
/*
|
||||
.yui-log-container {position:relative;width:60em}
|
||||
.yui-log .yui-log-bd {height:auto; overflow:visible;}
|
||||
*/
|
||||
.yui-log-container {width:40em}
|
||||
.yui-log .yui-log-bd {height:60em}
|
||||
.yui-log .yui-log-btns {display:none;}
|
||||
.yui-log .yui-log-ft .yui-log-sourcefilters {visibility:hidden;}
|
||||
.yui-log .yui-log-hd {display:none;}
|
||||
.yui-log .yui-log-ft {position:absolute;top:0em;}
|
||||
|
||||
.pass {
|
||||
background-color: green;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.fail {
|
||||
background-color: red;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.ignore {
|
||||
background-color: #666;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.yui-log{padding-top:3em;}.yui-log-container{width:40em;}.yui-log .yui-log-bd{height:60em;}.yui-log .yui-log-btns{display:none;}.yui-log .yui-log-ft .yui-log-sourcefilters{visibility:hidden;}.yui-log .yui-log-hd{display:none;}.yui-log .yui-log-ft{position:absolute;top:0;}.pass{background-color:green;font-weight:bold;color:white;}.fail{background-color:red;font-weight:bold;color:white;}.ignore{background-color:#666;font-weight:bold;color:white;}
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
YAHOO.namespace("tool");
|
||||
|
||||
@ -3367,4 +3367,4 @@ YAHOO.tool.TestReporter.prototype = {
|
||||
|
||||
};
|
||||
|
||||
YAHOO.register("yuitest", YAHOO.tool.TestRunner, {version: "2.6.0", build: "1321"});
|
||||
YAHOO.register("yuitest", YAHOO.tool.TestRunner, {version: "2.7.0", build: "1799"});
|
||||
|
14
webdir/javascript/yui/yuitest/yuitest-min.js
vendored
14
webdir/javascript/yui/yuitest/yuitest-min.js
vendored
File diff suppressed because one or more lines are too long
6
webdir/javascript/yui/yuitest/yuitest.js
vendored
6
webdir/javascript/yui/yuitest/yuitest.js
vendored
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
YAHOO.namespace("tool");
|
||||
|
||||
@ -3367,4 +3367,4 @@ YAHOO.tool.TestReporter.prototype = {
|
||||
|
||||
};
|
||||
|
||||
YAHOO.register("yuitest", YAHOO.tool.TestRunner, {version: "2.6.0", build: "1321"});
|
||||
YAHOO.register("yuitest", YAHOO.tool.TestRunner, {version: "2.7.0", build: "1799"});
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
YAHOO.namespace("tool");
|
||||
|
||||
@ -1988,4 +1988,4 @@ YAHOO.util.DateAssert = {
|
||||
|
||||
};
|
||||
|
||||
YAHOO.register("yuitest_core", YAHOO.tool.TestRunner, {version: "2.6.0", build: "1321"});
|
||||
YAHOO.register("yuitest_core", YAHOO.tool.TestRunner, {version: "2.7.0", build: "1799"});
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
YAHOO.namespace("tool");
|
||||
|
||||
@ -1988,4 +1988,4 @@ YAHOO.util.DateAssert = {
|
||||
|
||||
};
|
||||
|
||||
YAHOO.register("yuitest_core", YAHOO.tool.TestRunner, {version: "2.6.0", build: "1321"});
|
||||
YAHOO.register("yuitest_core", YAHOO.tool.TestRunner, {version: "2.7.0", build: "1799"});
|
||||
|
Reference in New Issue
Block a user