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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform.html

Issue 2098683003: Use enclosingIntRect when computing paint invalidations across transforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 5 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
(Empty)
1 <!doctype HTML>
2 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
3 <div class="zoom-div" id="zoom" style="transform: scale(0.9); left: 35.5px; heig ht: 45.5px">
4 <div id="target" style="position: absolute; left: 41.5px; top: 67.3px; width: 100px; height: 100px; background: lightgray">
5 </div>
pdr. 2016/06/24 22:48:41 Nit: indentation
chrishtr 2016/06/24 22:50:14 Done.
6 </div>
7 </div>
8 <script>
9 onload = runRepaintAndPixelTest;
10 function repaintTest() {
11 target.style.left = '42.1px';
12 target.style.top = '67.3px';
13 }
14 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698