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

Side by Side Diff: LayoutTests/fast/transforms/matrix-02.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 <body style="position: relative;"> 1 <body style="position: relative;">
2 <div style="width: 90px; height: 90px; position: absolute; top: 0; left: 0; -webkit-transform: matrix(.7071, .7071, -.7071, .7071, 0, 0) rotate(-45deg); bor der: 5px solid green;"></div> 2 <div style="width: 90px; height: 90px; position: absolute; top: 0; left: 0; transform: matrix(.7071, .7071, -.7071, .7071, 0, 0) rotate(-45deg); border: 5px solid green;"></div>
3 <div style="width: 90px; height: 90px; position: absolute; top: 5px; left: 5 px; background-color: green;"></div> 3 <div style="width: 90px; height: 90px; position: absolute; top: 5px; left: 5 px; background-color: green;"></div>
4 </body> 4 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/transforms/matrix-01.html ('k') | LayoutTests/fast/transforms/matrix-with-zoom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698