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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/border-collapse-change-separate-to-collapse-expected.txt

Issue 1880263003: Auto-rebaseline for r386782 (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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTable TABLE id='table'", 10 "object": "LayoutTable TABLE id='table'",
11 "rect": [8, 8, 220, 112], 11 "rect": [8, 8, 220, 112],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTable TABLE id='table'",
16 "rect": [8, 8, 212, 108],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
21 "rect": [0, 0, 0, 0], 16 "rect": [0, 0, 0, 0],
22 "reason": "full" 17 "reason": "full"
23 }, 18 },
24 { 19 {
25 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
26 "rect": [0, 0, 0, 0], 21 "rect": [0, 0, 0, 0],
27 "reason": "full" 22 "reason": "full"
28 }, 23 },
29 { 24 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 }, 58 },
64 { 59 {
65 "object": "LayoutTableRow TR", 60 "object": "LayoutTableRow TR",
66 "rect": [9, 9, 209, 105], 61 "rect": [9, 9, 209, 105],
67 "reason": "location change" 62 "reason": "location change"
68 }, 63 },
69 { 64 {
70 "object": "LayoutTableSection TBODY", 65 "object": "LayoutTableSection TBODY",
71 "rect": [8, 8, 220, 112], 66 "rect": [8, 8, 220, 112],
72 "reason": "location change" 67 "reason": "location change"
73 },
74 {
75 "object": "LayoutTableSection TBODY",
76 "rect": [9, 9, 209, 105],
77 "reason": "location change"
78 } 68 }
79 ] 69 ]
80 } 70 }
81 ] 71 ]
82 } 72 }
83 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698