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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/repaint-rtl-column-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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 id='content'", 10 "object": "LayoutBlockFlow DIV id='content'",
(...skipping 11 matching lines...) Expand all
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV id='left'", 25 "object": "LayoutBlockFlow DIV id='left'",
26 "rect": [8, 116, 200, 4], 26 "rect": [8, 116, 200, 4],
27 "reason": "incremental" 27 "reason": "incremental"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
31 "rect": [13, 124, 190, 351], 31 "rect": [13, 124, 190, 351],
32 "reason": "bounds change" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow DIV", 35 "object": "LayoutBlockFlow DIV",
36 "rect": [13, 124, 190, 351], 36 "rect": [13, 124, 190, 351],
37 "reason": "bounds change" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow DIV", 40 "object": "LayoutBlockFlow DIV",
41 "rect": [13, 121, 190, 351], 41 "rect": [13, 121, 190, 351],
42 "reason": "bounds change" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBlockFlow DIV", 45 "object": "LayoutBlockFlow DIV",
46 "rect": [13, 218, 190, 350], 46 "rect": [13, 218, 190, 350],
47 "reason": "bounds change" 47 "reason": "geometry"
48 } 48 }
49 ] 49 ]
50 } 50 }
51 ], 51 ],
52 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
53 { 53 {
54 "object": "LayoutBlockFlow DIV id='left'", 54 "object": "LayoutBlockFlow DIV id='left'",
55 "reason": "incremental" 55 "reason": "incremental"
56 }, 56 },
57 { 57 {
58 "object": "LayoutBlockFlow DIV id='content'", 58 "object": "LayoutBlockFlow DIV id='content'",
59 "reason": "style change" 59 "reason": "style change"
60 }, 60 },
61 { 61 {
62 "object": "LayoutBlockFlow DIV", 62 "object": "LayoutBlockFlow DIV",
63 "reason": "bounds change" 63 "reason": "geometry"
64 }, 64 },
65 { 65 {
66 "object": "LayoutBlockFlow DIV id='left'", 66 "object": "LayoutBlockFlow DIV id='left'",
67 "reason": "incremental" 67 "reason": "incremental"
68 }, 68 },
69 { 69 {
70 "object": "LayoutBlockFlow DIV id='content'", 70 "object": "LayoutBlockFlow DIV id='content'",
71 "reason": "style change" 71 "reason": "style change"
72 }, 72 },
73 { 73 {
74 "object": "LayoutBlockFlow DIV", 74 "object": "LayoutBlockFlow DIV",
75 "reason": "bounds change" 75 "reason": "geometry"
76 } 76 }
77 ] 77 ]
78 } 78 }
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698