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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/4776765-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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 "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": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [7, 43, 786, 62], 11 "rect": [7, 43, 786, 62],
12 "reason": "border box change" 12 "reason": "border box change"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='div'",
16 "rect": [8, 84, 784, 20],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='div'",
21 "rect": [8, 64, 1, 19],
22 "reason": "caret"
23 } 13 }
24 ] 14 ]
25 } 15 }
26 ], 16 ],
27 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
28 { 18 {
29 "object": "LayoutBlockFlow DIV", 19 "object": "LayoutBlockFlow DIV",
30 "reason": "border box change" 20 "reason": "border box change"
31 }, 21 },
32 { 22 {
(...skipping 16 matching lines...) Expand all
49 "object": "LayoutBR BR", 39 "object": "LayoutBR BR",
50 "reason": "layoutObject insertion" 40 "reason": "layoutObject insertion"
51 }, 41 },
52 { 42 {
53 "object": "InlineTextBox '\n'", 43 "object": "InlineTextBox '\n'",
54 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
55 } 45 }
56 ] 46 ]
57 } 47 }
58 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698