summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
blob: 3120f82786ad8f2704f982319828eadd600f838d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "bounds": [800, 600],
  "children": [
    {
      "bounds": [800, 600],
      "contentsOpaque": true,
      "drawsContent": true,
      "paintInvalidationClients": [
        "LayoutBlockFlow (positioned) DIV id='target'"
      ],
      "children": [
        {
          "position": [200, 200],
          "bounds": [200, 200]
        }
      ]
    }
  ]
}