Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutTextControl (positioned) INPUT id='input'", 12 "object": "LayoutTextControl (positioned) INPUT id='input'",
13 "rect": [8, 8, 244, 67], 13 "rect": [8, 8, 244, 67],
14 "reason": "style change" 14 "reason": "style change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV id='inner-editor'", 17 "object": "LayoutBlockFlow DIV id='inner-editor'",
18 "rect": [30, 30, 200, 23], 18 "rect": [30, 30, 200, 23],
19 "reason": "invalidate paint rectangle" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [30, 30, 44, 23], 23 "rect": [30, 30, 44, 23],
24 "reason": "full" 24 "reason": "full"
25 } 25 }
26 ] 26 ]
27 } 27 }
28 ], 28 ],
29 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
30 { 30 {
31 "object": "InlineTextBox ''",
32 "reason": "full"
33 },
34 {
35 "object": "RootInlineBox",
36 "reason": "full"
37 },
38 {
39 "object": "LayoutTextControl (positioned) INPUT id='input'", 31 "object": "LayoutTextControl (positioned) INPUT id='input'",
40 "reason": "style change" 32 "reason": "style change"
41 }, 33 },
42 { 34 {
43 "object": "LayoutBlockFlow DIV id='inner-editor'", 35 "object": "LayoutBlockFlow DIV id='inner-editor'",
44 "reason": "invalidate paint rectangle" 36 "reason": "forced by layout"
37 },
38 {
39 "object": "RootInlineBox",
40 "reason": "forced by layout"
45 }, 41 },
46 { 42 {
47 "object": "LayoutText #text", 43 "object": "LayoutText #text",
48 "reason": "full" 44 "reason": "full"
49 }, 45 },
50 { 46 {
51 "object": "InlineTextBox 'NEW'", 47 "object": "InlineTextBox 'NEW'",
52 "reason": "full" 48 "reason": "full"
53 } 49 }
54 ] 50 ]
55 } 51 }
56 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698