| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-nested2.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-nested2.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-nested2.html
|
| index 383e32cd0726690112003a2187adb7a68e3578a6..dd34e28d64757870238e8e13c3289f08ad00a3e1 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-nested2.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-nested2.html
|
| @@ -7,14 +7,14 @@
|
| <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
|
| </head>
|
| <body onload="runTest();">
|
| -<div style="position: absolute; top: 10px; left: 10px; -webkit-transform: translateZ(0);">
|
| +<div style="position: absolute; top: 10px; left: 10px; transform: translateZ(0);">
|
| <div style="position: relative; top: 10px; left: 25px;">
|
| <div class="opaqueHighlight" id="targetDiv" style="position: fixed; left: 50px; top: 50px; width: 50px; height: 50px; box-shadow: 0px 4px 23px 5px rgba(0, 0, 0, 0.2); border-style: solid; border-width: 2px; cursor: Pointer">
|
| <br><center>Target</center><br>
|
| </div>
|
| </div>
|
| </div>
|
| -<div style="position: absolute; left: 10px; top: 250px; -webkit-transform: translateZ(0);">
|
| +<div style="position: absolute; left: 10px; top: 250px; transform: translateZ(0);">
|
| This test is successful if the box labelled "Target" has a green rectangle centered on it.
|
| </div>
|
| <script>
|
|
|