| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2-expected.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f26e8805c47fd22656d5229875b432e9cb25e2b1
|
| --- /dev/null
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2-expected.html
|
| @@ -0,0 +1,26 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<title>This test ensures all elements are highlighted in a multielement <a> when the text is clicked</title>
|
| +<script src="resources/link-highlight-helper.js"></script>
|
| +<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
|
| +</head>
|
| +<body onload="runTest();">
|
| +<div style="-webkit-transform: translateZ(0); padding: 20px;">
|
| + <a id="targetLink">
|
| + <font style="vertical-align: bottom" id="beforeTarget">Before Text</font><img id="imgTarget" width="320" height="240" src="resources/dice.png"><font style="vertical-align: bottom" id="afterTarget">After Text</font>
|
| + </a>
|
| +</div>
|
| +<script>
|
| +function runTest() {
|
| + createSquareCompositedHighlight(document.getElementById('beforeTarget'));
|
| + createSquareCompositedHighlight(document.getElementById('imgTarget'));
|
| + createSquareCompositedHighlight(document.getElementById('afterTarget'));
|
| +
|
| + if (window.testRunner)
|
| + testRunner.dumpAsTextWithPixelResults();
|
| +}
|
| +</script>
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|