| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt
|
| index 9a414b0a0a98c942970459b04d046accf290bb5d..824eb7cfad2abd4ec64fc7c10136764ddcef8e9f 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt
|
| @@ -5,13 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [19, 159, 130, 41]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineTextBox '\u1EA6\u1EA4\u1EAA\u1EA8\u1EB0'",
|
| - "LayoutText #text",
|
| - "RootInlineBox"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox '\u1EA6\u1EA4\u1EAA\u1EA8\u1EB0'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [19, 159, 130, 41],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|