Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / gestures / resources / gesture-tapHighlight-simple-navigate-destination.html
blob72d340409c03d874dc9990ceef0dfbcfcd6c5142
1 <!DOCTYPE html>
2 <html>
3 <body onload="runTest();">
4 <div style="transform: translateZ(0); position: relative; left: 10px; top: 40px">
5 <div style="position: relative; left: 10px; top: 70px">
6 This test is successful if no green rectangles are visible.
7 </div>
8 <script>
9 function runTest() {
10 if (window.testRunner) {
11 window.testRunner.notifyDone();
12 } else {
13 debug("This test requires DumpRenderTree.");
16 </script>
17 </body>
18 </html>