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

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

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 11 matching lines...) Expand all
22 "object": "LayoutTable TABLE", 22 "object": "LayoutTable TABLE",
23 "rect": [8, 109, 60, 2], 23 "rect": [8, 109, 60, 2],
24 "reason": "incremental" 24 "reason": "incremental"
25 }, 25 },
26 { 26 {
27 "object": "LayoutTable TABLE", 27 "object": "LayoutTable TABLE",
28 "rect": [8, 110, 60, 1], 28 "rect": [8, 110, 60, 1],
29 "reason": "incremental" 29 "reason": "incremental"
30 }, 30 },
31 { 31 {
32 "object": "LayoutTableSection TBODY",
33 "rect": [10, 10, 56, 100],
34 "reason": "bounds change"
35 },
36 {
37 "object": "LayoutTableRow TR",
38 "rect": [10, 60, 56, 50],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutTableRow TR id='row'", 32 "object": "LayoutTableRow TR id='row'",
43 "rect": [10, 10, 56, 50], 33 "rect": [10, 10, 56, 50],
44 "reason": "style change" 34 "reason": "style change"
45 }, 35 },
46 { 36 {
47 "object": "LayoutTableSection TBODY",
48 "rect": [9, 9, 54, 100],
49 "reason": "bounds change"
50 },
51 {
52 "object": "LayoutTableRow TR",
53 "rect": [9, 59, 54, 50],
54 "reason": "bounds change"
55 },
56 {
57 "object": "LayoutTableRow TR id='row'", 37 "object": "LayoutTableRow TR id='row'",
58 "rect": [9, 9, 54, 50], 38 "rect": [9, 9, 54, 50],
59 "reason": "style change" 39 "reason": "style change"
60 }, 40 },
61 { 41 {
62 "object": "LayoutTable TABLE", 42 "object": "LayoutTable TABLE",
63 "rect": [62, 8, 6, 103], 43 "rect": [62, 8, 6, 103],
64 "reason": "incremental" 44 "reason": "incremental"
65 }, 45 },
66 { 46 {
(...skipping 11 matching lines...) Expand all
78 }, 58 },
79 { 59 {
80 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
81 "reason": "style change" 61 "reason": "style change"
82 }, 62 },
83 { 63 {
84 "object": "LayoutTable TABLE", 64 "object": "LayoutTable TABLE",
85 "reason": "incremental" 65 "reason": "incremental"
86 }, 66 },
87 { 67 {
88 "object": "LayoutTableSection TBODY",
89 "reason": "bounds change"
90 },
91 {
92 "object": "LayoutTableRow TR id='row'", 68 "object": "LayoutTableRow TR id='row'",
93 "reason": "style change" 69 "reason": "style change"
94 }, 70 },
95 { 71 {
96 "object": "LayoutTableCell TD", 72 "object": "LayoutTableCell TD",
97 "reason": "forced by layout" 73 "reason": "forced by layout"
98 }, 74 },
99 { 75 {
100 "object": "LayoutTableRow TR", 76 "object": "LayoutTableRow TR",
101 "reason": "bounds change" 77 "reason": "location change"
102 }, 78 },
103 { 79 {
104 "object": "LayoutTableCell TD", 80 "object": "LayoutTableCell TD",
105 "reason": "location change" 81 "reason": "location change"
106 } 82 }
107 ] 83 ]
108 } 84 }
109 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698