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/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt

Issue 512293002: Fix paint invalidation when composited layers change from paints-into-ancestor to self-painting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test. Created 6 years, 4 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/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
diff --git a/LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt b/LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
similarity index 54%
copy from LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
copy to LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
index dbe6f6d5aec2a5b04282e0182a8f8893f281c204..0ac95fe41a0a21671f2fe2627b5c127bacb72f55 100644
--- a/LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
+++ b/LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
@@ -5,37 +5,42 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
+ "repaintRects": [
+ [8, 8, 784, 100]
+ ],
"children": [
{
"position": [8, 8],
+ "bounds": [784, 100],
+ "opacity": 0,
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#FF0000",
+ "repaintRects": [
+ [0, 0, 784, 100],
+ [0, 0, 784, 100]
+ ],
"children": [
{
+ "bounds": [784, 100],
"shouldFlattenTransform": false,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
- [0, 0, 1, -0.001],
+ [0, 0, 1, -1],
[0, 0, 0, 1]
],
"children": [
{
- "bounds": [200, 200],
+ "bounds": [100, 100],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#00008B",
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 74, 200, 1]
- ]
+ "backfaceVisibility": "hidden",
+ "backgroundColor": "#0000FF"
}
]
}
]
- },
- {
- "position": [8, 8]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698