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

Side by Side Diff: third_party/WebKit/LayoutTests/transforms/transformed-focused-text-input.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 years 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 div { 4 div {
5 -webkit-transform-origin: top left; 5 -webkit-transform-origin: top left;
6 transform: rotate(10deg); 6 transform: rotate(10deg);
7 } 7 }
8 </style> 8 </style>
9 9
10 </head> 10 </head>
11 <body> 11 <body>
12 <div> 12 <div>
13 <input type="text" value="" id="link"> 13 <input type="text" value="" id="link">
14 </div> 14 </div>
15 15
16 <script> 16 <script>
17 document.getElementById('link').focus(); 17 document.getElementById('link').focus();
18 </script> 18 </script>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698