summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.html
blob: c7499e07ceb86440fc10b63f11cf48e625b1f9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>
<div style="transform: translateZ(0); position: relative; left: 10; top: 40">
<span class="fauxHighlightSquare" href="" id="targetLink">Long Target<br>Link.</a>
</div>
<div style="position: relative; left: 10; top: 70">
This test is successful if "Long Target Link" above is covered in two green rectangles with square corners.
</div>
<script>
    if (window.testRunner)
        testRunner.dumpAsTextWithPixelResults();
</script>
</body>
</html>