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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/table/resize-table-repaint-vertical-align-cell-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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": [
11 { 11 {
12 "object": "LayoutTable (positioned) TABLE id='table'", 12 "object": "LayoutTable (positioned) TABLE id='table'",
13 "rect": [0, 150, 106, 380], 13 "rect": [0, 150, 106, 380],
14 "reason": "incremental" 14 "reason": "incremental"
15 }, 15 },
16 { 16 {
17 "object": "LayoutTableRow TR", 17 "object": "LayoutTableRow TR",
18 "rect": [0, 148, 106, 380], 18 "rect": [0, 148, 106, 380],
19 "reason": "incremental" 19 "reason": "incremental"
20 }, 20 },
21 { 21 {
22 "object": "LayoutTableCell TD", 22 "object": "LayoutTableCell TD",
23 "rect": [2, 52, 102, 476], 23 "rect": [2, 52, 102, 476],
24 "reason": "forced by layout" 24 "reason": "forced by layout"
25 }, 25 },
26 { 26 {
27 "object": "LayoutText #text", 27 "object": "LayoutText #text",
28 "rect": [3, 281, 63, 17], 28 "rect": [3, 281, 63, 17],
29 "reason": "bounds change" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
33 "rect": [3, 91, 63, 17], 33 "rect": [3, 91, 63, 17],
34 "reason": "bounds change" 34 "reason": "forced by layout"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ], 38 ],
39 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
40 { 40 {
41 "object": "RootInlineBox",
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox 'MIDDLE'",
46 "reason": "full"
47 },
48 {
49 "object": "LayoutTable (positioned) TABLE id='table'", 41 "object": "LayoutTable (positioned) TABLE id='table'",
50 "reason": "incremental" 42 "reason": "incremental"
51 }, 43 },
52 { 44 {
53 "object": "LayoutTableRow TR", 45 "object": "LayoutTableRow TR",
54 "reason": "incremental" 46 "reason": "incremental"
55 }, 47 },
56 { 48 {
57 "object": "LayoutTableCell TD", 49 "object": "LayoutTableCell TD",
58 "reason": "forced by layout" 50 "reason": "forced by layout"
59 }, 51 },
60 { 52 {
61 "object": "RootInlineBox", 53 "object": "RootInlineBox",
62 "reason": "forced by layout" 54 "reason": "forced by layout"
63 }, 55 },
64 { 56 {
65 "object": "LayoutText #text", 57 "object": "LayoutText #text",
66 "reason": "bounds change" 58 "reason": "forced by layout"
67 }, 59 },
68 { 60 {
69 "object": "InlineTextBox 'MIDDLE'", 61 "object": "InlineTextBox 'MIDDLE'",
70 "reason": "bounds change" 62 "reason": "forced by layout"
71 } 63 }
72 ] 64 ]
73 } 65 }
74 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698