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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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": "LayoutTableCell TD", 12 "object": "LayoutTableCell TD",
13 "rect": [8, 206, 60, 180], 13 "rect": [8, 206, 60, 180],
14 "reason": "bounds change" 14 "reason": "bounds change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutTableCell TD", 17 "object": "LayoutTableCell TD",
18 "rect": [8, 146, 60, 180], 18 "rect": [8, 146, 60, 180],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutTableCell TD", 22 "object": "LayoutTableCell TD",
23 "rect": [8, 326, 60, 60], 23 "rect": [8, 326, 60, 60],
24 "reason": "bounds change" 24 "reason": "became invisible"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV", 27 "object": "LayoutBlockFlow DIV",
28 "rect": [8, 266, 60, 60], 28 "rect": [8, 266, 60, 60],
29 "reason": "bounds change" 29 "reason": "bounds change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutBlockFlow DIV", 32 "object": "LayoutBlockFlow DIV",
33 "rect": [8, 206, 60, 60], 33 "rect": [8, 206, 60, 60],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutTableCell TD", 37 "object": "LayoutTableCell TD",
38 "rect": [8, 146, 60, 60], 38 "rect": [8, 146, 60, 60],
39 "reason": "became visible" 39 "reason": "became visible"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "LayoutTableCell TD", 46 "object": "LayoutTableCell TD",
47 "reason": "became visible" 47 "reason": "became visible"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableCell TD id='t'",
51 "reason": "became visible"
52 },
53 {
54 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
55 "reason": "bounds change" 51 "reason": "bounds change"
56 }, 52 },
57 { 53 {
58 "object": "LayoutBlockFlow DIV", 54 "object": "LayoutBlockFlow DIV",
59 "reason": "bounds change" 55 "reason": "bounds change"
60 }, 56 },
61 { 57 {
62 "object": "LayoutTableCell TD", 58 "object": "LayoutTableCell TD",
63 "reason": "bounds change" 59 "reason": "location change"
64 }, 60 },
65 { 61 {
66 "object": "LayoutTableCell TD", 62 "object": "LayoutTableCell TD",
67 "reason": "bounds change" 63 "reason": "became invisible"
68 }, 64 },
69 { 65 {
70 "object": "LayoutTableCell TD id='s'", 66 "object": "LayoutTableCell TD id='s'",
71 "reason": "bounds change" 67 "reason": "location change"
72 } 68 }
73 ] 69 ]
74 } 70 }
75 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698