summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-expected.html
blob: c9f34deb3cfbb0b9e79f94b2b2d26935d6d51f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
</head>
<body onload="runTest();">
<div style="transform: translateZ(0); position: relative; left: 10; top: 40">
<span class="fauxHighlight" href="" id="targetLink">Target Link.</span>
</div>
<div style="position: relative; left: 10; top: 70">
This test is successful if "Target Link" above is covered in a green rectangle with square corners.
</div>
<script>
function runTest() {
    if (window.testRunner)
        testRunner.dumpAsTextWithPixelResults();
}
</script>
</script>
</body>
</html>