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

Unified Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt

Issue 2720923003: Auto-rebaseline for r453270 (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ce5ebd7ae7b5c0c0ac04b1618335117b04a4deb7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
@@ -0,0 +1,60 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='composited-box'",
+ "position": [38, 38],
+ "bounds": [20, 70],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backfaceVisibility": "hidden",
+ "backgroundColor": "#008000",
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
+ "rect": [-30, -30, 50, 100],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='child'",
+ "rect": [-30, -30, 50, 50],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
+ "rect": [0, 0, 10, 60],
+ "reason": "full"
+ }
+ ]
+ },
+ {
+ "name": "Child Containment Layer",
+ "bounds": [90, 90]
+ },
+ {
+ "name": "LayoutBlockFlow DIV class='composited child'",
+ "position": [-30, 20],
+ "bounds": [50, 50],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backfaceVisibility": "hidden",
+ "backgroundColor": "#008000"
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='child'",
+ "reason": "subtree"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698