| Index: third_party/WebKit/LayoutTests/compositing/rtl/rtl-absolute-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/rtl/rtl-absolute-expected.txt b/third_party/WebKit/LayoutTests/compositing/rtl/rtl-absolute-expected.txt
|
| index 445953e77e519cc5796e11deb1d22d2d19db1574..71477f01d04b3241f4e82072bd3bbca23a1bd0d6 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/rtl/rtl-absolute-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/rtl/rtl-absolute-expected.txt
|
| @@ -1,23 +1,19 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "backgroundColor": "#FF0000",
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'",
|
| - "position": [50, 50],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - }
|
| - ]
|
| + "backgroundColor": "#FF0000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'",
|
| + "position": [50, 50],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| }
|
| ]
|
| }
|
|
|