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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/border-collapse-change-separate-to-collapse-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 [118, 10, 108, 108], 9 {
10 [112, 8, 108, 108], 10 "object": "LayoutTable TABLE id='table'",
11 [10, 10, 106, 108], 11 "rect": [8, 8, 220, 112],
12 [9, 9, 209, 105], 12 "reason": "style change"
13 [9, 9, 209, 105], 13 },
14 [8, 10, 220, 108], 14 {
15 [8, 8, 220, 112], 15 "object": "LayoutTable TABLE id='table'",
16 [8, 8, 220, 112], 16 "rect": [8, 8, 212, 108],
17 [8, 8, 212, 108], 17 "reason": "style change"
18 [8, 8, 107, 108] 18 },
19 ], 19 {
20 "paintInvalidationClients": [ 20 "object": "LayoutTableCell TD",
21 "LayoutTableCell TD", 21 "rect": [0, 0, 0, 0],
22 "LayoutTableCell TD", 22 "reason": "full"
23 "LayoutTable TABLE id='table'", 23 },
24 "LayoutTableCell TD", 24 {
25 "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "LayoutTableSection TBODY", 26 "rect": [0, 0, 0, 0],
27 "LayoutTableRow TR", 27 "reason": "full"
28 "LayoutTableCell TD", 28 },
29 "LayoutTableCell TD" 29 {
30 "object": "LayoutTableCell TD",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutTableCell TD",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutTableCell TD",
41 "rect": [10, 10, 106, 108],
42 "reason": "location change"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "rect": [8, 8, 107, 108],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutTableCell TD",
51 "rect": [118, 10, 108, 108],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutTableCell TD",
56 "rect": [112, 8, 108, 108],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutTableRow TR",
61 "rect": [8, 10, 220, 108],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutTableRow TR",
66 "rect": [9, 9, 209, 105],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutTableSection TBODY",
71 "rect": [8, 8, 220, 112],
72 "reason": "location change"
73 },
74 {
75 "object": "LayoutTableSection TBODY",
76 "rect": [9, 9, 209, 105],
77 "reason": "location change"
78 }
30 ] 79 ]
31 } 80 }
32 ] 81 ]
33 } 82 }
34 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698