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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
6 </div>
7 <script>
8 onload = runRepaintAndPixelTest;
9 function repaintTest() {
10 target.style.left = '42.1px';
11 target.style.top = '67.3px';
12 }
13 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698