Parent Directory
|
Revision Log
|
Patch
revision 1.1 by wakaba, Thu Dec 30 13:56:24 2010 UTC | revision 1.2 by wakaba, Sun Apr 17 08:19:39 2011 UTC | |
---|---|---|
# | Line 10 | Line 10 |
10 | ||
11 | if (div.parentNode === null) { | if (div.parentNode === null) { |
12 | result.firstChild.data = 'PASS'; | result.firstChild.data = 'PASS'; |
13 | result.firstChild.className = 'PASS'; | result.className = 'PASS'; |
14 | } else { | } else { |
15 | result.firstChild.data = 'FAIL (' + div.parentNode + ')'; | result.firstChild.data = 'FAIL (' + div.parentNode + ')'; |
16 | } | } |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |