hooked in the setAttrs method to the shadow setter and the pattern fill setter. added more unit tests

This commit is contained in:
Eric Rowell
2012-05-26 10:57:56 -07:00
parent 0bb158c0fb
commit 8c675327b9
8 changed files with 454 additions and 303 deletions

View File

@@ -25,3 +25,14 @@ p {
width: 578px;
height: 200px;
}
#testCounter {
position: fixed;
right: 0px;
top: 0px;
background-color: black;
padding: 10px;
border-radius: 3px;
color: #aaa;
font-size: 2em;
}