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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/perspective.html

Issue 2580713005: [SPInvalidation] Update paint properties on perspective etc. change (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
(Empty)
1 <!DOCTYPE html>
2 <div id="target" style="width: 100px; height: 100px; background-color: blue;
3 perspective: 20px; transform: translateZ(20px)"></div>
4 <script src="resources/text-based-repaint.js"></script>
5 <script>
6 function repaintTest() {
7 target.style.perspective = '40px';
8 }
9 onload = runRepaintTest;
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698