Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / no-compositing-for-fixed-position-under-transform-expected.txt
blobea70903ad096dd66143d5fad366ebd7c398c276a
1 TEST
3   "bounds": [800, 600],
4   "children": [
5     {
6       "bounds": [800, 600],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "children": [
10         {
11           "position": [8, 8],
12           "bounds": [100, 30],
13           "drawsContent": true
14         }
15       ]
16     }
17   ]