blob: aa6c3330e4eb7ce7a1746255cbbc4bf3e7339b1a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<!--
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.
-->
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/tap-highlight-color.js"></script>
</body>
</html>