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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [33, 58, 100, 100], 11 "rect": [33, 58, 100, 100],
12 "reason": "location change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [33, 58, 100, 100], 16 "rect": [33, 58, 100, 100],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTable TABLE", 20 "object": "LayoutTable TABLE",
21 "rect": [33, 58, 100, 100], 21 "rect": [33, 58, 100, 100],
22 "reason": "location change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "rect": [33, 58, 100, 100], 26 "rect": [33, 58, 100, 100],
27 "reason": "location change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableSection TBODY", 30 "object": "LayoutTableSection TBODY",
31 "rect": [33, 58, 100, 100], 31 "rect": [33, 58, 100, 100],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow DIV", 35 "object": "LayoutBlockFlow DIV",
36 "rect": [33, 8, 100, 100], 36 "rect": [33, 8, 100, 100],
37 "reason": "location change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow DIV", 40 "object": "LayoutBlockFlow DIV",
41 "rect": [33, 8, 100, 100], 41 "rect": [33, 8, 100, 100],
42 "reason": "location change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTable TABLE", 45 "object": "LayoutTable TABLE",
46 "rect": [33, 8, 100, 100], 46 "rect": [33, 8, 100, 100],
47 "reason": "location change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
51 "rect": [33, 8, 100, 100], 51 "rect": [33, 8, 100, 100],
52 "reason": "location change" 52 "reason": "bounds change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutTableSection TBODY", 55 "object": "LayoutTableSection TBODY",
56 "rect": [33, 8, 100, 100], 56 "rect": [33, 8, 100, 100],
57 "reason": "location change" 57 "reason": "bounds change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutTableRow TR", 60 "object": "LayoutTableRow TR",
61 "rect": [58, 58, 50, 100], 61 "rect": [58, 58, 50, 100],
62 "reason": "location change" 62 "reason": "bounds change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutTableRow TR", 65 "object": "LayoutTableRow TR",
66 "rect": [58, 8, 50, 100], 66 "rect": [58, 8, 50, 100],
67 "reason": "location change" 67 "reason": "bounds change"
68 }, 68 },
69 { 69 {
70 "object": "LayoutBlockFlow DIV id='spacer'", 70 "object": "LayoutBlockFlow DIV id='spacer'",
71 "reason": "became visible" 71 "reason": "became visible"
72 } 72 }
73 ] 73 ]
74 } 74 }
75 ] 75 ]
76 } 76 }
77 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698