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

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

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
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 -webkit-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
« no previous file with comments | « LayoutTests/fast/transforms/transformed-caret.html ('k') | LayoutTests/fast/transforms/transforms-with-opacity.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698