| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-nested-cursor-expected.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-nested-cursor-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-nested-cursor-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1a512442f8f9380f5d3217dc15f33b8e7652aa09
|
| --- /dev/null
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-nested-cursor-expected.html
|
| @@ -0,0 +1,32 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <script src="../../resources/js-test.js"></script>
|
| + <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
|
| + <style>
|
| + #outerDiv {
|
| + width: 150px;
|
| + }
|
| + #outerDiv, #outerDiv div {
|
| + padding: 15px;
|
| + border-style: solid;
|
| + }
|
| + </style>
|
| +</head>
|
| +<body onload="runTest();">
|
| + <div class="opaqueHighlight" id="outerDiv" style="cursor: pointer">
|
| + <div style="cursor: pointer;">
|
| + <div style="cursor: default;">
|
| + <div id="innerDiv"></div>
|
| + </div>
|
| + </div>
|
| + </div>
|
| +
|
| + <script>
|
| + function runTest() {
|
| + if (window.testRunner)
|
| + testRunner.dumpAsTextWithPixelResults();
|
| + }
|
| + </script>
|
| +</body>
|
| +</html>
|
|
|