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

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: none 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
(Empty)
1 <style>
2 body {
3 margin: 0;
4 }
5
6 #transform {
7 margin-left: 50px;
8 margin-top: 100px;
9
10 width: 400px;
11 height: 300px;
12
13 transform: translate3D(123px, 456px, 789px);
14 }
15 </style>
16 <div id="transform">
17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698