Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / gestures / gesture-tapHighlight-simple-cancel-expected.html
blob5955e7f947115d7ef1a07bc7aa7b49f39af03ad3
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../resources/js-test.js"></script>
5 <style>
6 a {
7 color: #00c;
9 </style>
10 </head>
11 <body onload="runTest();" onclick="doNothing();">
12 <div style="transform: translateZ(0); position: relative; left: 10px; top: 40px">
13 <a href="" id="targetLink" style="-webkit-tap-highlight-color: rgba(0, 255, 0, 0.5)">Target Link.</a>
14 </div>
15 <div style="position: relative; left: 10px; top: 70px">
16 This test is successful if no link highlight appears (in particular, the entire viewport should remain unchanged, and the background
17 should be white and not grey).
18 </div>
19 <script>
20 function runTest() {
21 if (window.testRunner)
22 testRunner.dumpAsTextWithPixelResults();
24 </script>
25 </script>
26 </body>
27 </html>