Index: LayoutTests/fast/events/touch/tap-highlight-color.html |
diff --git a/LayoutTests/fast/events/touch/tap-highlight-color.html b/LayoutTests/fast/events/touch/tap-highlight-color.html |
index 4a40be96dd7c4e5010f6db52565fcc8959fcc7b3..079d098f5a6f06601827ccfdd14d435bfa62bab1 100644 |
--- a/LayoutTests/fast/events/touch/tap-highlight-color.html |
+++ b/LayoutTests/fast/events/touch/tap-highlight-color.html |
@@ -3,9 +3,8 @@ |
<head> |
<script src="../../js/resources/js-test-pre.js"></script> |
<!-- |
- To test the new CSS property -webkit-tap-highlight-color which is only supported when building |
- WebKit with ENABLE(TOUCH_EVENTS), we create a new div element and add -webkit-tap-highlight-color |
- in the element, then see whether we can get the specified tap highlight color from DOM. |
+ To test the new CSS property -webkit-tap-highlight-color we create a new div element and |
+ add -webkit-tap-highlight-color in the element, then see whether we can get the specified tap highlight color from DOM. |
WebKit ports can use this css property to get the customized tap highlight color from the webpage |
which is set by web developers to make sure that tap highlight color fits their websites instead |
of using the hardcode value provided by browsers. |