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

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: 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/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt b/LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4646e21fe0c76f315b7812a65977140de5e271d3
--- /dev/null
+++ b/LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt
@@ -0,0 +1,55 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [8, 8, 784, 142]
+ ],
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [784, 142],
+ "opacity": 0,
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#FF0000",
+ "repaintRects": [
+ [16, 131, 33, 11],
+ [8, 128, 49, 14],
+ [8, 123, 33, 16],
+ [8, 108, 776, 34],
+ [0, 120, 49, 22],
+ [0, 100, 784, 42],
+ [0, 0, 784, 142],
+ [0, 0, 784, 142]
+ ],
+ "children": [
+ {
+ "bounds": [784, 142],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -1],
+ [0, 0, 0, 1]
+ ],
+ "children": [
+ {
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backfaceVisibility": "hidden",
+ "backgroundColor": "#0000FF"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698