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

Side by Side Diff: LayoutTests/platform/chromium-linux/compositing/gestures/resources/1-frame-composited.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 <head>
3 </head>
4 <body>
5 <div id="divToControlCompositing" style="-webkit-transform: translateZ(0);">
6 <a href="">Link 1</a><br>
7 <a href="">Link 2</a><br>
8 <a href="">Link 3</a><br>
9 <a href="" id="targetLink" style="-webkit-tap-highlight-color: rgba(0, 255, 0, 0 .5)">Target Link.</a><br>
10 <a href="">Link 4</a><br>
11 <a href="">Link 5</a><br>
12 <a href="">Link 6</a><br>
13 <a href="">Link 7</a><br>
14 <a href="">Link 8</a><br>
15 <a href="">Link 9</a><br>
16 <a href="">Link A</a><br>
17 <a href="">Link B</a><br>
18 <a href="">Link C</a><br>
19 <a href="">Link D</a><br>
20 <a href="">Link E</a><br>
21 <a href="">Link F</a><br>
22 </div>
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698