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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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, 56, 54], 11 "rect": [8, 8, 56, 54],
12 "reason": "location change" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
16 "rect": [8, 58, 56, 53], 16 "rect": [8, 58, 56, 53],
17 "reason": "location change" 17 "reason": "location change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTable TABLE", 20 "object": "LayoutTable TABLE",
21 "rect": [8, 109, 56, 2], 21 "rect": [8, 109, 56, 2],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTable TABLE", 25 "object": "LayoutTable TABLE",
26 "rect": [8, 110, 56, 1], 26 "rect": [8, 110, 56, 1],
27 "reason": "incremental" 27 "reason": "incremental"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableSection TBODY", 30 "object": "LayoutTableSection TBODY",
31 "rect": [9, 9, 54, 100], 31 "rect": [9, 9, 54, 100],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTableRow TR", 35 "object": "LayoutTableRow TR",
36 "rect": [9, 59, 54, 50], 36 "rect": [9, 59, 54, 50],
37 "reason": "location change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutTableRow TR id='row'", 40 "object": "LayoutTableRow TR id='row'",
41 "rect": [9, 9, 54, 50], 41 "rect": [9, 9, 54, 50],
42 "reason": "location change" 42 "reason": "style change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableSection TBODY", 45 "object": "LayoutTableSection TBODY",
46 "rect": [10, 10, 52, 100], 46 "rect": [10, 10, 52, 100],
47 "reason": "location change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableRow TR", 50 "object": "LayoutTableRow TR",
51 "rect": [10, 60, 52, 50], 51 "rect": [10, 60, 52, 50],
52 "reason": "location change" 52 "reason": "bounds change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutTableRow TR id='row'", 55 "object": "LayoutTableRow TR id='row'",
56 "rect": [10, 10, 52, 50], 56 "rect": [10, 10, 52, 50],
57 "reason": "location change" 57 "reason": "style change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
61 "reason": "full" 61 "reason": "full"
62 }, 62 },
63 { 63 {
64 "object": "LayoutTableCell TD", 64 "object": "LayoutTableCell TD",
65 "reason": "full" 65 "reason": "full"
66 }, 66 },
67 { 67 {
68 "object": "LayoutTableCell TD", 68 "object": "LayoutTableCell TD",
69 "reason": "full" 69 "reason": "full"
70 } 70 }
71 ] 71 ]
72 } 72 }
73 ] 73 ]
74 } 74 }
75 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698