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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/table/cached-change-row-border-width-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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": "LayoutTableCell TD", 10 "object": "LayoutTableCell TD",
11 "rect": [8, 8, 60, 54], 11 "rect": [8, 8, 60, 54],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableRow TR id='row'", 15 "object": "LayoutTableRow TR id='row'",
16 "rect": [8, 8, 60, 54], 16 "rect": [8, 8, 60, 54],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
21 "rect": [8, 58, 60, 53], 21 "rect": [8, 58, 60, 53],
22 "reason": "location change" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTable TABLE", 25 "object": "LayoutTable TABLE",
26 "rect": [8, 109, 60, 2], 26 "rect": [8, 109, 60, 2],
27 "reason": "incremental" 27 "reason": "incremental"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTable TABLE", 30 "object": "LayoutTable TABLE",
31 "rect": [62, 8, 6, 103], 31 "rect": [62, 8, 6, 103],
32 "reason": "incremental" 32 "reason": "incremental"
(...skipping 13 matching lines...) Expand all
46 { 46 {
47 "object": "LayoutTable TABLE", 47 "object": "LayoutTable TABLE",
48 "reason": "incremental" 48 "reason": "incremental"
49 }, 49 },
50 { 50 {
51 "object": "LayoutTableRow TR id='row'", 51 "object": "LayoutTableRow TR id='row'",
52 "reason": "style change" 52 "reason": "style change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutTableCell TD", 55 "object": "LayoutTableCell TD",
56 "reason": "forced by layout" 56 "reason": "geometry"
57 }, 57 },
58 { 58 {
59 "object": "LayoutTableRow TR", 59 "object": "LayoutTableRow TR",
60 "reason": "location change" 60 "reason": "geometry"
61 }, 61 },
62 { 62 {
63 "object": "LayoutTableCell TD", 63 "object": "LayoutTableCell TD",
64 "reason": "location change" 64 "reason": "geometry"
65 } 65 }
66 ] 66 ]
67 } 67 }
68 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698