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

Side by Side Diff: LayoutTests/fast/dom/nodesFromRect/resources/nodesFromRect.css

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 body { 1 body {
2 margin: 8px; 2 margin: 8px;
3 padding: 0; 3 padding: 0;
4 } 4 }
5 5
6 h1, div, p { 6 h1, div, p {
7 display: block; 7 display: block;
8 width: 100px; 8 width: 100px;
9 height: 30px; 9 height: 30px;
10 border: 3px solid black; 10 border: 3px solid black;
(...skipping 16 matching lines...) Expand all
27 margin-top: 60px; 27 margin-top: 60px;
28 } 28 }
29 29
30 #p6 { 30 #p6 {
31 height: 50px; 31 height: 50px;
32 margin-top: 30px; 32 margin-top: 30px;
33 } 33 }
34 34
35 #transf { 35 #transf {
36 margin-top: 60px; 36 margin-top: 60px;
37 -webkit-transform: rotate(-45deg); 37 transform: rotate(-45deg);
38 } 38 }
39 39
40 #decimal { 40 #decimal {
41 position: relative; 41 position: relative;
42 left: 0.5px; 42 left: 0.5px;
43 top: 50.5px; 43 top: 50.5px;
44 } 44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698