Import new selenium architecture
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 27 Oct 2008 23:10:45 +0000 (19:10 -0400)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 27 Oct 2008 23:10:45 +0000 (19:10 -0400)
commit578942321d0da12cc7ffbbcc3cc5ffddb12a6d87
tree77c6397a126c1fd6e2df0ecad630080be8a9b933
parent138dfafc2ae4e84a0723659bc4b9fd04cbd759f2
Import new selenium architecture
76 files changed:
.gitignore [new file with mode: 0644]
build_tests.php [new file with mode: 0755]
intro.php
tests/selenium/config.test.php-dist [new file with mode: 0644]
tests/selenium/selenium-lib/VERSION.txt [new file with mode: 0644]
tests/selenium/selenium-lib/coding-conventions.txt [new file with mode: 0644]
tests/selenium/selenium-lib/core/Blank.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/InjectedRemoteRunner.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/RemoteRunner.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/SeleniumLog.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/TestPrompt.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/TestRunner-splash.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/TestRunner.hta [new file with mode: 0644]
tests/selenium/selenium-lib/core/TestRunner.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/domviewer/butmin.gif [new file with mode: 0644]
tests/selenium/selenium-lib/core/domviewer/butplus.gif [new file with mode: 0644]
tests/selenium/selenium-lib/core/domviewer/domviewer.css [new file with mode: 0644]
tests/selenium/selenium-lib/core/domviewer/domviewer.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/domviewer/selenium-domviewer.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/icons/all.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/icons/continue.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/icons/continue_disabled.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/icons/pause.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/icons/pause_disabled.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/icons/selected.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/icons/step.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/icons/step_disabled.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/iedoc-core.xml [new file with mode: 0644]
tests/selenium/selenium-lib/core/iedoc.xml [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/cssQuery/cssQuery-p.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/cssQuery/src/cssQuery-level2.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/cssQuery/src/cssQuery-level3.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/cssQuery/src/cssQuery-standard.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/cssQuery/src/cssQuery.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/prototype.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/scriptaculous/builder.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/scriptaculous/controls.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/scriptaculous/dragdrop.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/scriptaculous/effects.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/scriptaculous/scriptaculous.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/scriptaculous/slider.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/lib/scriptaculous/unittest.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/find_matching_child.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/htmlutils.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/injection.html [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/js2html.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/narcissus-defs.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/narcissus-exec.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/narcissus-parse.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/se2html.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-api.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-browserbot.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-browserdetect.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-commandhandlers.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-executionloop.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-logging.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-remoterunner.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-testrunner.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/selenium-version.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/user-extensions.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/user-extensions.js.sample [new file with mode: 0644]
tests/selenium/selenium-lib/core/scripts/xmlextras.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/selenium-logo.png [new file with mode: 0644]
tests/selenium/selenium-lib/core/selenium-test.css [new file with mode: 0644]
tests/selenium/selenium-lib/core/selenium.css [new file with mode: 0644]
tests/selenium/selenium-lib/core/xpath/dom.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/xpath/misc.js [new file with mode: 0644]
tests/selenium/selenium-lib/core/xpath/xpath.js [new file with mode: 0644]
tests/selenium/selenium-lib/index.html [new file with mode: 0644]
tests/selenium/selenium-lib/install-readme.txt [new file with mode: 0644]
tests/selenium/selenium-lib/readyState.xpi [new file with mode: 0644]
tests/selenium/selenium-lib/reference.html [new file with mode: 0644]
tests/selenium/src/cleantests.php [new file with mode: 0644]
tests/selenium/src/roles.php [new file with mode: 0644]
tests/selenium/testBuilder.class.php [new file with mode: 0644]
users.php