Skip to content

Commit

Permalink
test cases for border: none and transform-origin [bug 2528060] [bug 2…
Browse files Browse the repository at this point in the history
…528040]
  • Loading branch information
stoyan committed Oct 20, 2010
1 parent 5a5db7d commit a4674b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/border-none.css
@@ -0,0 +1,5 @@
a {
border: none;
}
b {BACKGROUND:none}
s {border-top: none;}
1 change: 1 addition & 0 deletions tests/border-none.css.min
@@ -0,0 +1 @@
a{border:0}b{background:0}s{border-top:0}
2 changes: 2 additions & 0 deletions tests/webkit-transform.css
@@ -0,0 +1,2 @@
c {-webkit-transform-origin: 0 0;}
d {-MOZ-TRANSFORM-ORIGIN: 0 0 }
1 change: 1 addition & 0 deletions tests/webkit-transform.css.min
@@ -0,0 +1 @@
c{-webkit-transform-origin:0 0}d{-moz-transform-origin:0 0}

0 comments on commit a4674b5

Please sign in to comment.