Added automated testing with selenium

This commit is contained in:
Niklas von Hertzen
2012-12-22 16:28:34 +02:00
parent 9df9426c91
commit d6ddb7e29d
6 changed files with 217 additions and 134 deletions

View File

@ -1,14 +1,9 @@
<!--
* @author Niklas von Hertzen <niklas at hertzen.com>
* @created 15.7.2011
* @website http://hertzen.com
-->
<!DOCTYPE html>
<html>
<head>
<title>border tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="#" type="text/css" rel="stylesheet">
<link href="#" type="text/css" rel="stylesheet">
<script type="text/javascript" src="test.js"></script>
<style type="text/css">
@ -66,7 +61,7 @@
margin-bottom:-15px;
height:50px;
margin-top:10px;
}
#div6{
@ -74,7 +69,7 @@
background-color: #ddddff;
text-align: left;
padding-left: 10px;
}
</style></head>