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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-cell-border-width-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", 10 "object": "LayoutTable TABLE",
(...skipping 30 matching lines...) Expand all
41 "rect": [63, 8, 58, 54], 41 "rect": [63, 8, 58, 54],
42 "reason": "location change" 42 "reason": "location change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableCell TD id='foo'", 45 "object": "LayoutTableCell TD id='foo'",
46 "rect": [0, 0, 0, 0], 46 "rect": [0, 0, 0, 0],
47 "reason": "full" 47 "reason": "full"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableCell TD id='foo'", 50 "object": "LayoutTableCell TD id='foo'",
51 "rect": [8, 8, 55, 52],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutTableCell TD id='foo'",
56 "rect": [8, 8, 59, 54], 51 "rect": [8, 8, 59, 54],
57 "reason": "location change" 52 "reason": "location change"
58 }, 53 },
59 { 54 {
60 "object": "LayoutTableRow TR", 55 "object": "LayoutTableRow TR",
61 "rect": [9, 9, 107, 50], 56 "rect": [9, 9, 107, 50],
62 "reason": "location change" 57 "reason": "location change"
63 }, 58 },
64 { 59 {
65 "object": "LayoutTableRow TR", 60 "object": "LayoutTableRow TR",
66 "rect": [10, 10, 110, 50], 61 "rect": [10, 10, 110, 50],
67 "reason": "location change" 62 "reason": "location change"
68 }, 63 },
69 { 64 {
70 "object": "LayoutTableSection TBODY", 65 "object": "LayoutTableSection TBODY",
71 "rect": [9, 9, 107, 50], 66 "rect": [9, 9, 107, 50],
72 "reason": "location change" 67 "reason": "location change"
73 }, 68 },
74 { 69 {
75 "object": "LayoutTableSection TBODY", 70 "object": "LayoutTableSection TBODY",
76 "rect": [10, 10, 110, 50], 71 "rect": [10, 10, 110, 50],
77 "reason": "location change" 72 "reason": "location change"
78 } 73 }
79 ] 74 ]
80 } 75 }
81 ] 76 ]
82 } 77 }
83 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698