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

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

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "repaintRects": [ 8 "paintInvalidations": [
9 [10, 60, 52, 50], 9 {
10 [10, 10, 52, 100], 10 "object": "LayoutTable TABLE",
11 [10, 10, 52, 50], 11 "rect": [8, 110, 56, 1],
12 [9, 59, 54, 50], 12 "reason": "incremental"
13 [9, 9, 54, 100], 13 },
14 [9, 9, 54, 50], 14 {
15 [8, 110, 56, 1], 15 "object": "LayoutTable TABLE",
16 [8, 109, 56, 2], 16 "rect": [8, 109, 56, 2],
17 [8, 58, 56, 53], 17 "reason": "incremental"
18 [8, 58, 56, 52], 18 },
19 [8, 8, 56, 54], 19 {
20 [8, 8, 56, 52] 20 "object": "LayoutTableCell TD",
21 ], 21 "rect": [0, 0, 0, 0],
22 "paintInvalidationClients": [ 22 "reason": "full"
23 "LayoutTableCell TD", 23 },
24 "LayoutTableCell TD", 24 {
25 "LayoutTable TABLE", 25 "object": "LayoutTableCell TD",
26 "LayoutTableCell TD", 26 "rect": [0, 0, 0, 0],
27 "LayoutTableSection TBODY", 27 "reason": "full"
28 "LayoutTableRow TR id='row'", 28 },
29 "LayoutTableCell TD", 29 {
30 "LayoutTableRow TR", 30 "object": "LayoutTableCell TD",
31 "LayoutTableCell TD" 31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutTableCell TD",
36 "rect": [8, 8, 56, 52],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutTableCell TD",
41 "rect": [8, 8, 56, 54],
42 "reason": "location change"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "rect": [8, 58, 56, 52],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutTableCell TD",
51 "rect": [8, 58, 56, 53],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutTableRow TR",
56 "rect": [9, 59, 54, 50],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutTableRow TR",
61 "rect": [10, 60, 52, 50],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutTableRow TR id='row'",
66 "rect": [9, 9, 54, 50],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutTableRow TR id='row'",
71 "rect": [10, 10, 52, 50],
72 "reason": "location change"
73 },
74 {
75 "object": "LayoutTableSection TBODY",
76 "rect": [9, 9, 54, 100],
77 "reason": "location change"
78 },
79 {
80 "object": "LayoutTableSection TBODY",
81 "rect": [10, 10, 52, 100],
82 "reason": "location change"
83 }
32 ] 84 ]
33 } 85 }
34 ] 86 ]
35 } 87 }
36 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698