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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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": "LayoutTableCell TD", 15 "object": "LayoutTableSection TBODY",
16 "rect": [0, 0, 0, 0], 16 "rect": [10, 10, 165, 50],
17 "reason": "full" 17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutTableCell TD id='bar'",
21 "rect": [64, 8, 58, 54],
22 "reason": "layoutObject removal"
18 }, 23 },
19 { 24 {
20 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
21 "rect": [0, 0, 0, 0], 26 "rect": [63, 8, 58, 54],
22 "reason": "full" 27 "reason": "location change"
23 }, 28 },
24 { 29 {
25 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
26 "rect": [0, 0, 0, 0], 31 "rect": [122, 9, 54, 52],
27 "reason": "full" 32 "reason": "location change"
28 }, 33 },
29 { 34 {
30 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
31 "rect": [0, 0, 0, 0], 36 "rect": [63, 10, 4, 50],
32 "reason": "full" 37 "reason": "incremental"
33 }, 38 },
34 { 39 {
35 "object": "LayoutTableCell TD", 40 "object": "LayoutTableCell TD",
36 "rect": [67, 8, 3, 54], 41 "rect": [67, 8, 3, 54],
37 "reason": "incremental" 42 "reason": "incremental"
38 }, 43 },
39 { 44 {
40 "object": "LayoutTableCell TD", 45 "object": "LayoutTableCell TD",
41 "rect": [63, 10, 4, 50], 46 "reason": "full"
42 "reason": "incremental"
43 }, 47 },
44 { 48 {
45 "object": "LayoutTableCell TD", 49 "object": "LayoutTableCell TD",
46 "rect": [122, 9, 54, 52], 50 "reason": "full"
47 "reason": "location change"
48 }, 51 },
49 { 52 {
50 "object": "LayoutTableCell TD", 53 "object": "LayoutTableCell TD",
51 "rect": [63, 8, 58, 54], 54 "reason": "full"
52 "reason": "location change"
53 }, 55 },
54 { 56 {
55 "object": "LayoutTableCell TD id='bar'", 57 "object": "LayoutTableCell TD",
56 "rect": [64, 8, 58, 54], 58 "reason": "full"
57 "reason": "layoutObject removal"
58 },
59 {
60 "object": "LayoutTableSection TBODY",
61 "rect": [10, 10, 165, 50],
62 "reason": "forced by layout"
63 } 59 }
64 ] 60 ]
65 } 61 }
66 ] 62 ]
67 } 63 }
68 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698