summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-margin-expected.html
blob: 25544768eb02df77e955bbb4635aef2e1c8d2ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
<script src="../../resources/js-test.js"></script>
<script>
function runTest() {
    if (window.testRunner)
        testRunner.dumpAsTextWithPixelResults();
}
</script>
</head>
<body onload="runTest();">
<div style="transform: translateZ(0); position: relative; left: 10; top: 40">
<span class="fauxHighlight" 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>
</body>
</html>