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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/inline-reflow-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
(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 (positioned) DIV id='div1' class='container '",
11 "rect": [0, 0, 300, 200],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container '",
16 "rect": [0, 300, 300, 20],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container '",
21 "rect": [0, 0, 200, 300],
22 "reason": "forced by layout"
23 }
24 ]
25 }
26 ],
27 "objectPaintInvalidations": [
28 {
29 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
30 "reason": "forced by layout"
31 },
32 {
33 "object": "RootInlineBox",
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutText #text",
38 "reason": "forced by layout"
39 },
40 {
41 "object": "InlineTextBox 'A A A A A AA AA'",
42 "reason": "forced by layout"
43 },
44 {
45 "object": "InlineTextBox 'AA AA AAA AAA'",
46 "reason": "forced by layout"
47 },
48 {
49 "object": "InlineTextBox 'AAA AAAA AAAA'",
50 "reason": "forced by layout"
51 },
52 {
53 "object": "InlineTextBox 'AAAAA AAAAA'",
54 "reason": "forced by layout"
55 },
56 {
57 "object": "InlineTextBox 'AAAAAA AAAAAAA'",
58 "reason": "forced by layout"
59 },
60 {
61 "object": "InlineTextBox 'AAAAAA AAAAA'",
62 "reason": "forced by layout"
63 },
64 {
65 "object": "InlineTextBox 'AAAAA AAAA AAAA'",
66 "reason": "forced by layout"
67 },
68 {
69 "object": "InlineTextBox 'AAA AAA AAA AA'",
70 "reason": "forced by layout"
71 },
72 {
73 "object": "InlineTextBox 'AA AA AA A A A'",
74 "reason": "forced by layout"
75 },
76 {
77 "object": "InlineTextBox 'A A'",
78 "reason": "forced by layout"
79 },
80 {
81 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'",
82 "reason": "forced by layout"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "LayoutText #text",
90 "reason": "forced by layout"
91 },
92 {
93 "object": "InlineTextBox 'A A A A A'",
94 "reason": "forced by layout"
95 }
96 ]
97 }
98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698