| Index: LayoutTests/compositing/gestures/resources/link-highlight-style.css
|
| diff --git a/LayoutTests/compositing/gestures/resources/link-highlight-style.css b/LayoutTests/compositing/gestures/resources/link-highlight-style.css
|
| index 818ae98391422270aed2d33bbe4f0d98fad083e4..1256974d19313ace32d2de768224c56b9becaf5a 100644
|
| --- a/LayoutTests/compositing/gestures/resources/link-highlight-style.css
|
| +++ b/LayoutTests/compositing/gestures/resources/link-highlight-style.css
|
| @@ -13,6 +13,17 @@
|
| -webkit-tap-highlight-color: rgb(0, 255, 0);
|
| }
|
|
|
| +.target {
|
| + cursor: pointer; /* enables link highlighting */
|
| + -webkit-tap-highlight-color: rgb(0, 255, 0);
|
| + border: 2px solid grey;
|
| + box-sizing: border-box;
|
| +}
|
| +/* touch adjustment candidate */
|
| +.target:active {
|
| + border-color: red;
|
| +}
|
| +
|
| .transparentHighlight {
|
| -webkit-tap-highlight-color: rgba(0, 255, 0, 0.5);
|
| }
|
|
|