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

Side by Side Diff: third_party/WebKit/Source/core/paint/test_data/transform.html

Issue 2571043002: Set a direct compositing reason for 3D transform & will-change property tree nodes (Closed)
Patch Set: 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 <style> 1 <style>
2 body { 2 body {
3 margin: 0; 3 margin: 0;
4 } 4 }
5 5 </style>
6 #transform { 6 <div id="transform" style=" margin-left: 50px;
7 margin-left: 50px;
8 margin-top: 100px; 7 margin-top: 100px;
9 8
10 width: 400px; 9 width: 400px;
11 height: 300px; 10 height: 300px;
12 11
13 transform: translate3D(123px, 456px, 789px); 12 transform: translate3D(123px, 456px, 789px);">
14 }
15 </style>
16 <div id="transform">
17 </div> 13 </div>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698