tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / events / touch / tap-highlight-color.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script>
5 <!--
6   To test the new CSS property -webkit-tap-highlight-color which is only supported when building
7   WebKit with ENABLE(TOUCH_EVENTS), we create a new div element and add -webkit-tap-highlight-color
8   in the element, then see whether we can get the specified tap highlight color from DOM.
9   WebKit ports can use this css property to get the customized tap highlight color from the webpage
10   which is set by web developers to make sure that tap highlight color fits their websites instead
11   of using the hardcode value provided by browsers.
12 -->
13 </head>
14 <body>
15 <p id="description"></p>
16 <div id="console"></div>
17 <script src="script-tests/tap-highlight-color.js"></script>
18 </body>
19 </html>