Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / repaint / should-not-repaint-composited-transform-expected.txt
blob862ad803e3e70366ca6248704c5122cc2c4fded7
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [8, 8],
11           "bounds": [102, 102],
12           "drawsContent": true,
13           "transform": [
14             [1, 0, 0, 0],
15             [0, 1, 0, 0],
16             [0, 0, 1, 0],
17             [100, 100, 0, 1]
18           ]
19         }
20       ]
21     }
22   ]