| Index: third_party/WebKit/LayoutTests/svg/repaint/foreign-object-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/foreign-object-repaint-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/foreign-object-repaint-expected.txt
|
| index 9017afd5c1c2560bf9fd16dcae161c7e783a705e..5872190b8abf96c676963938d0ee899255e0e287 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/foreign-object-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/foreign-object-repaint-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -18,6 +20,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow div id='div1'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow div id='div2'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|