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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (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 "repaintRects": [ 8 "paintInvalidations": [
9 [122, 9, 54, 52], 9 {
10 [67, 8, 3, 54], 10 "object": "LayoutTable TABLE",
11 [64, 8, 58, 54], 11 "rect": [8, 8, 168, 54],
12 [63, 10, 4, 50], 12 "reason": "full"
13 [63, 8, 58, 54], 13 },
14 [10, 10, 165, 50], 14 {
15 [10, 10, 110, 50], 15 "object": "LayoutTable TABLE",
16 [8, 8, 168, 54], 16 "rect": [8, 8, 113, 54],
17 [8, 8, 113, 54] 17 "reason": "full"
18 ], 18 },
19 "paintInvalidationClients": [ 19 {
20 "LayoutTableCell TD id='bar'", 20 "object": "LayoutTableCell TD",
21 "LayoutTableCell TD", 21 "rect": [0, 0, 0, 0],
22 "LayoutTableCell TD", 22 "reason": "full"
23 "LayoutTable TABLE", 23 },
24 "LayoutTableCell TD", 24 {
25 "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "LayoutTableSection TBODY", 26 "rect": [0, 0, 0, 0],
27 "LayoutTableCell TD", 27 "reason": "full"
28 "LayoutTableCell TD" 28 },
29 {
30 "object": "LayoutTableCell TD",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutTableCell TD",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutTableCell TD",
41 "rect": [67, 8, 3, 54],
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "rect": [63, 10, 4, 50],
47 "reason": "incremental"
48 },
49 {
50 "object": "LayoutTableCell TD",
51 "rect": [122, 9, 54, 52],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutTableCell TD",
56 "rect": [63, 8, 58, 54],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutTableCell TD id='bar'",
61 "rect": [64, 8, 58, 54],
62 "reason": "layoutObject removal"
63 },
64 {
65 "object": "LayoutTableSection TBODY",
66 "rect": [10, 10, 165, 50],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutTableSection TBODY",
71 "rect": [10, 10, 110, 50],
72 "reason": "forced by layout"
73 }
29 ] 74 ]
30 } 75 }
31 ] 76 ]
32 } 77 }
33 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698