| Index: LayoutTests/platform/linux/fast/repaint/selection-rl-expected.txt
|
| diff --git a/LayoutTests/platform/linux/fast/repaint/selection-rl-expected.txt b/LayoutTests/platform/linux/fast/repaint/selection-rl-expected.txt
|
| index 82bbe887731b642dfd31055232bdf516546dead9..981deb2033a6f901bb03e15cc84cd8bfaf7a063b 100644
|
| --- a/LayoutTests/platform/linux/fast/repaint/selection-rl-expected.txt
|
| +++ b/LayoutTests/platform/linux/fast/repaint/selection-rl-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 773.00 37.00 19.00 84.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [773, 37, 19, 84]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|