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

Side by Side Diff: LayoutTests/fast/css/annotated-regions.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> 3 <style>
4 .drag { 4 .drag {
5 -webkit-app-region: drag; 5 -webkit-app-region: drag;
6 } 6 }
7 7
8 .nodrag { 8 .nodrag {
9 -webkit-app-region: no-drag; 9 -webkit-app-region: no-drag;
10 } 10 }
11 11
12 .transform { 12 .transform {
13 -webkit-transform: scale(0.5, 0.5); 13 transform: scale(0.5, 0.5);
14 } 14 }
15 15
16 #draggable { 16 #draggable {
17 position: absolute; 17 position: absolute;
18 top: 10px; 18 top: 10px;
19 left: 20px; 19 left: 20px;
20 width: 100px; 20 width: 100px;
21 height: 60px; 21 height: 60px;
22 background-color: green; 22 background-color: green;
23 } 23 }
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 </script> 77 </script>
78 78
79 <body> 79 <body>
80 <div id="draggable"> 80 <div id="draggable">
81 <div id="nondraggable"></div> 81 <div id="nondraggable"></div>
82 </div> 82 </div>
83 <p id="description"></p> 83 <p id="description"></p>
84 <div id="console"></div> 84 <div id="console"></div>
85 </body> 85 </body>
86 </html> 86 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/clip/overflow-border-radius-transformed.html ('k') | LayoutTests/fast/css/clip-text-in-scaled-div.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698