Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Add testcase for issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Johnston committed Jul 18, 2010
1 parent f6dc8fb commit 063dfde
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions tests/submitted/forum-f3-t19.html
@@ -0,0 +1,31 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Test page</title>
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>
<style>
#target {
border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -moz-linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(../../build/PIE.htc);
}
</style>
</head>
<body>


<div id="target">Hello.</div>

</body>
</html>

0 comments on commit 063dfde

Please sign in to comment.