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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 1 month 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [11, 35, 74, 19], 11 "rect": [11, 35, 74, 19],
12 "reason": "full"
13 },
14 {
15 "object": "LayoutText #text",
16 "rect": [11, 35, 74, 19],
12 "reason": "selection" 17 "reason": "selection"
13 }, 18 },
14 { 19 {
15 "object": "LayoutText #text", 20 "object": "LayoutText #text",
16 "rect": [11, 11, 55, 19], 21 "rect": [11, 11, 55, 19],
17 "reason": "selection" 22 "reason": "full"
18 }, 23 },
19 { 24 {
20 "object": "LayoutText #text", 25 "object": "LayoutText #text",
21 "rect": [81, 35, 4, 19], 26 "rect": [11, 11, 55, 19],
22 "reason": "incremental" 27 "reason": "selection"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [62, 11, 4, 19],
27 "reason": "incremental"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutBlockFlow HTML", 34 "object": "LayoutBlockFlow HTML",
35 "reason": "selection" 35 "reason": "selection"
36 }, 36 },
37 { 37 {
(...skipping 11 matching lines...) Expand all
49 { 49 {
50 "object": "LayoutText #text", 50 "object": "LayoutText #text",
51 "reason": "selection" 51 "reason": "selection"
52 }, 52 },
53 { 53 {
54 "object": "InlineTextBox 'First cell'", 54 "object": "InlineTextBox 'First cell'",
55 "reason": "selection" 55 "reason": "selection"
56 }, 56 },
57 { 57 {
58 "object": "LayoutText #text", 58 "object": "LayoutText #text",
59 "reason": "incremental" 59 "reason": "full"
60 }, 60 },
61 { 61 {
62 "object": "InlineTextBox 'First cell'", 62 "object": "InlineTextBox 'First cell'",
63 "reason": "incremental" 63 "reason": "full"
64 }, 64 },
65 { 65 {
66 "object": "LayoutTableCell TD id='secondCell'", 66 "object": "LayoutTableCell TD id='secondCell'",
67 "reason": "selection" 67 "reason": "selection"
68 }, 68 },
69 { 69 {
70 "object": "LayoutText #text", 70 "object": "LayoutText #text",
71 "reason": "selection" 71 "reason": "selection"
72 }, 72 },
73 { 73 {
74 "object": "InlineTextBox 'Second cell'", 74 "object": "InlineTextBox 'Second cell'",
75 "reason": "selection" 75 "reason": "selection"
76 }, 76 },
77 { 77 {
78 "object": "LayoutText #text", 78 "object": "LayoutText #text",
79 "reason": "incremental" 79 "reason": "full"
80 }, 80 },
81 { 81 {
82 "object": "InlineTextBox 'Second cell'", 82 "object": "InlineTextBox 'Second cell'",
83 "reason": "incremental" 83 "reason": "full"
84 } 84 }
85 ] 85 ]
86 } 86 }
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698