Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: LayoutTests/platform/chromium-linux/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html

Issue 14860019: Move Linux-specific LayoutTests to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../../../../fast/js/resources/js-test-pre.js"></script>
5 </head>
6 <body onload="runTest();">
7 <div style="-webkit-transform: translateZ(0); position: relative; left: 10px; to p: 40px">
8 <div style="position: relative; left: 10px; top: 70px">
9 This test is successful if no transparent green rectangles are visible.
10 </div>
11 <script>
12 function runTest() {
13 if (window.testRunner) {
14 window.testRunner.dumpAsText(true);
15 window.testRunner.notifyDone();
16 } else {
17 debug("This test requires DumpRenderTree.");
18 }
19 }
20 </script>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698