Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squashed-repaints-expected.txt
index ddaecab..21af972 100644 (file)
 Basic repaint test for squashed layers. The entire squashing layer should not need repainting when only a portion of it is invalidated. Test interactively by using --show-paint-rects and hovering over elements to change their color.
 
 CASE 1, original layer tree:
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (children 2
-            (GraphicsLayer
-              (position 60.00 60.00)
-              (bounds 100.00 100.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #808080)
-            )
-            (GraphicsLayer
-              (position 140.00 140.00)
-              (bounds 260.00 260.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "shouldFlattenTransform": false,
+          "children": [
+            {
+              "position": [60, 60],
+              "bounds": [100, 100],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#808080"
+            },
+            {
+              "position": [140, 140],
+              "bounds": [260, 260],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}
 CASE 2, overlap1 changes color:
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (children 2
-            (GraphicsLayer
-              (position 60.00 60.00)
-              (bounds 100.00 100.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #808080)
-            )
-            (GraphicsLayer
-              (position 140.00 140.00)
-              (bounds 260.00 260.00)
-              (drawsContent 1)
-              (repaint rects
-                (rect 0.00 0.00 100.00 100.00)
-                (rect 0.00 0.00 100.00 100.00)
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "shouldFlattenTransform": false,
+          "children": [
+            {
+              "position": [60, 60],
+              "bounds": [100, 100],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#808080"
+            },
+            {
+              "position": [140, 140],
+              "bounds": [260, 260],
+              "drawsContent": true,
+              "repaintRects": [
+                [0, 0, 100, 100]
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}
 CASE 3, overlap1 and overlap2 change color:
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (children 2
-            (GraphicsLayer
-              (position 60.00 60.00)
-              (bounds 100.00 100.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #808080)
-            )
-            (GraphicsLayer
-              (position 140.00 140.00)
-              (bounds 260.00 260.00)
-              (drawsContent 1)
-              (repaint rects
-                (rect 80.00 80.00 100.00 100.00)
-                (rect 80.00 80.00 100.00 100.00)
-                (rect 0.00 0.00 100.00 100.00)
-                (rect 0.00 0.00 100.00 100.00)
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "shouldFlattenTransform": false,
+          "children": [
+            {
+              "position": [60, 60],
+              "bounds": [100, 100],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#808080"
+            },
+            {
+              "position": [140, 140],
+              "bounds": [260, 260],
+              "drawsContent": true,
+              "repaintRects": [
+                [80, 80, 100, 100],
+                [0, 0, 100, 100]
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}
 CASE 4, overlap2 and overlap3 change color:
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (children 2
-            (GraphicsLayer
-              (position 60.00 60.00)
-              (bounds 100.00 100.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #808080)
-            )
-            (GraphicsLayer
-              (position 140.00 140.00)
-              (bounds 260.00 260.00)
-              (drawsContent 1)
-              (repaint rects
-                (rect 160.00 160.00 100.00 100.00)
-                (rect 160.00 160.00 100.00 100.00)
-                (rect 80.00 80.00 100.00 100.00)
-                (rect 80.00 80.00 100.00 100.00)
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "shouldFlattenTransform": false,
+          "children": [
+            {
+              "position": [60, 60],
+              "bounds": [100, 100],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#808080"
+            },
+            {
+              "position": [140, 140],
+              "bounds": [260, 260],
+              "drawsContent": true,
+              "repaintRects": [
+                [160, 160, 100, 100],
+                [80, 80, 100, 100]
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}
 CASE 5, overlap3 and overlap1 change color:
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (children 2
-            (GraphicsLayer
-              (position 60.00 60.00)
-              (bounds 100.00 100.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #808080)
-            )
-            (GraphicsLayer
-              (position 140.00 140.00)
-              (bounds 260.00 260.00)
-              (drawsContent 1)
-              (repaint rects
-                (rect 160.00 160.00 100.00 100.00)
-                (rect 160.00 160.00 100.00 100.00)
-                (rect 0.00 0.00 100.00 100.00)
-                (rect 0.00 0.00 100.00 100.00)
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "shouldFlattenTransform": false,
+          "children": [
+            {
+              "position": [60, 60],
+              "bounds": [100, 100],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#808080"
+            },
+            {
+              "position": [140, 140],
+              "bounds": [260, 260],
+              "drawsContent": true,
+              "repaintRects": [
+                [160, 160, 100, 100],
+                [0, 0, 100, 100]
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}