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

Side by Side Diff: LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer.html

Issue 659493005: Don't add subpixel accumulations for squashed layers when invalidating them. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed. Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <!-- <video style="position:absolute; top: 0.4375px; height: 321px; width: 560px " id="vid" controls>
4 <source src=http://techslides.com/demos/sample-videos/small.webm type=video/we bm><br />
5 </video> -->
leviw_travelin_and_unemployed 2014/10/14 21:49:09 Left this comment in unnecessarily.
chrishtr 2014/10/14 21:54:31 Done.
6 <div style="position: absolute; width: 200px; height: 200px; background: lightgr ay; will-change: transform"></div>
7
8 <div style="position: absolute; width: 200px; height: 200px; top: 50px; left: 50 px; background: lightblue"></div>
9 <div id="target" style="position: absolute; width: 200px; height: 200px; top: 10 0.45px; left: 100.45px; background: papayawhip"></div>
leviw_travelin_and_unemployed 2014/10/14 21:49:09 PAPAYAWHIP!!!
10
11 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
12 <script>
13 if (window.internals)
14 internals.settings.setLayerSquashingEnabled(true);
15
16 function repaintTest() {
17 target.style.backgroundColor = 'red';
18 }
19 runRepaintTest();
20 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698