| Index: LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt b/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt
|
| index cb73aa9c416189d6db4341f9b3b621fdda0147e7..053694f3e539a86766d7b139ca7374131099ab0c 100644
|
| --- a/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt
|
| +++ b/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt
|
| @@ -1,15 +1,15 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 33.00 33.00 100.00 250.00)
|
| - (rect 33.00 33.00 100.00 250.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [33, 33, 100, 250],
|
| + [33, 33, 100, 250]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|