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

Unified Diff: LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt

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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt
diff --git a/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt b/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt
similarity index 80%
copy from LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
copy to LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt
index 1cc61f5b1be93a3bbb4071aacf5c5284d517477b..228ade8b0ba2e6a828072c28cdf22bba9f016636 100644
--- a/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
+++ b/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt
@@ -14,15 +14,14 @@
"bounds": [200, 200],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#ADD8E6"
+ "backgroundColor": "#D3D3D3"
},
{
"position": [50, 50],
- "bounds": [50, 50],
+ "bounds": [251, 251],
"drawsContent": true,
"repaintRects": [
- [0, 0, 50, 50],
- [0, 0, 40, 40]
+ [50, 50, 200, 200]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698