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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-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 15 matching lines...) Expand all
26 "rect": [0, 0, 0, 0], 26 "rect": [0, 0, 0, 0],
27 "reason": "full" 27 "reason": "full"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
31 "rect": [0, 0, 0, 0], 31 "rect": [0, 0, 0, 0],
32 "reason": "full" 32 "reason": "full"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTableCell TD", 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], 36 "rect": [8, 8, 56, 54],
42 "reason": "location change" 37 "reason": "location change"
43 }, 38 },
44 { 39 {
45 "object": "LayoutTableCell TD", 40 "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], 41 "rect": [8, 58, 56, 53],
52 "reason": "location change" 42 "reason": "location change"
53 }, 43 },
54 { 44 {
55 "object": "LayoutTableRow TR", 45 "object": "LayoutTableRow TR",
56 "rect": [9, 59, 54, 50], 46 "rect": [9, 59, 54, 50],
57 "reason": "location change" 47 "reason": "location change"
58 }, 48 },
59 { 49 {
60 "object": "LayoutTableRow TR", 50 "object": "LayoutTableRow TR",
(...skipping 18 matching lines...) Expand all
79 { 69 {
80 "object": "LayoutTableSection TBODY", 70 "object": "LayoutTableSection TBODY",
81 "rect": [10, 10, 52, 100], 71 "rect": [10, 10, 52, 100],
82 "reason": "location change" 72 "reason": "location change"
83 } 73 }
84 ] 74 ]
85 } 75 }
86 ] 76 ]
87 } 77 }
88 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698