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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-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",
11 "rect": [8, 8, 168, 54], 11 "rect": [8, 8, 168, 54],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTable TABLE",
16 "rect": [8, 8, 113, 54],
17 "reason": "full"
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 28 matching lines...) Expand all
58 }, 53 },
59 { 54 {
60 "object": "LayoutTableCell TD id='bar'", 55 "object": "LayoutTableCell TD id='bar'",
61 "rect": [64, 8, 58, 54], 56 "rect": [64, 8, 58, 54],
62 "reason": "layoutObject removal" 57 "reason": "layoutObject removal"
63 }, 58 },
64 { 59 {
65 "object": "LayoutTableSection TBODY", 60 "object": "LayoutTableSection TBODY",
66 "rect": [10, 10, 165, 50], 61 "rect": [10, 10, 165, 50],
67 "reason": "forced by layout" 62 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutTableSection TBODY",
71 "rect": [10, 10, 110, 50],
72 "reason": "forced by layout"
73 } 63 }
74 ] 64 ]
75 } 65 }
76 ] 66 ]
77 } 67 }
78 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698