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

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

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV id='content'",
11 "rect": [8, 116, 200, 252],
12 "reason": "style change"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='content'",
16 "rect": [8, 119, 200, 249],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='left'",
21 "rect": [8, 68, 200, 145],
22 "reason": "border box change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='left'",
26 "rect": [8, 68, 200, 52],
27 "reason": "border box change"
28 },
29 {
30 "object": "LayoutBlockFlow DIV",
31 "rect": [13, 124, 190, 351],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutBlockFlow DIV",
36 "rect": [13, 124, 190, 351],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV",
41 "rect": [13, 121, 190, 351],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutBlockFlow DIV",
46 "rect": [13, 218, 190, 350],
47 "reason": "bounds change"
48 }
49 ]
50 }
51 ],
52 "objectPaintInvalidations": [
53 {
54 "object": "LayoutBlockFlow DIV id='left'",
55 "reason": "border box change"
56 },
57 {
58 "object": "LayoutBlockFlow DIV id='content'",
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutBlockFlow DIV",
63 "reason": "bounds change"
64 },
65 {
66 "object": "LayoutBlockFlow DIV id='left'",
67 "reason": "border box change"
68 },
69 {
70 "object": "LayoutBlockFlow DIV id='content'",
71 "reason": "style change"
72 },
73 {
74 "object": "LayoutBlockFlow DIV",
75 "reason": "bounds change"
76 }
77 ]
78 }
79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698