Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / rtl / rtl-absolute-expected.txt
blobf57621e6b782da90a421d65a85c5e59bffd4c9b4
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "backgroundColor": "#FF0000",
9       "children": [
10         {
11           "position": [50, 50],
12           "bounds": [100, 100],
13           "contentsOpaque": true,
14           "drawsContent": true,
15           "backgroundColor": "#008000"
16         }
17       ]
18     }
19   ]