Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / gestures / resources / link-highlight-style.css
index 6b13854..818ae98 100644 (file)
@@ -1,6 +1,5 @@
 /*Used for applying style to a <span> so it looks like a highlight*/
 .fauxHighlight {
-  -webkit-border-radius: 3px;
   background-color: rgb(0, 255, 0);
   color: rgb(0, 255, 0);
 }
@@ -36,7 +35,6 @@ a.needsFix:active {
 
 /*Used for a floating DIV simulating a highlight*/
 .highlightDiv {
-  -webkit-border-radius: 3px;
   background-color: rgb(0, 255, 0);
   z-index: 1;
   position: absolute;