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

Side by Side Diff: third_party/WebKit/LayoutTests/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": "LayoutTableRow TR id='row'", 10 "object": "LayoutTableRow TR id='row'",
11 "rect": [8, 8, 60, 54], 11 "rect": [8, 8, 60, 54],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
16 "rect": [8, 58, 60, 53], 16 "rect": [8, 58, 60, 53],
17 "reason": "location change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTable TABLE", 20 "object": "LayoutTable TABLE",
21 "rect": [8, 109, 60, 2], 21 "rect": [8, 109, 60, 2],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTable TABLE", 25 "object": "LayoutTable TABLE",
26 "rect": [62, 8, 6, 103], 26 "rect": [62, 8, 6, 103],
27 "reason": "incremental" 27 "reason": "incremental"
(...skipping 13 matching lines...) Expand all
41 { 41 {
42 "object": "LayoutTable TABLE", 42 "object": "LayoutTable TABLE",
43 "reason": "incremental" 43 "reason": "incremental"
44 }, 44 },
45 { 45 {
46 "object": "LayoutTableRow TR id='row'", 46 "object": "LayoutTableRow TR id='row'",
47 "reason": "style change" 47 "reason": "style change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
51 "reason": "forced by layout" 51 "reason": "geometry"
52 }, 52 },
53 { 53 {
54 "object": "LayoutTableRow TR", 54 "object": "LayoutTableRow TR",
55 "reason": "location change" 55 "reason": "geometry"
56 }, 56 },
57 { 57 {
58 "object": "LayoutTableCell TD", 58 "object": "LayoutTableCell TD",
59 "reason": "location change" 59 "reason": "geometry"
60 } 60 }
61 ] 61 ]
62 } 62 }
63 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698