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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/crbug-371640-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 DIV id='keep' class='item'",
11 "rect": [348, 88, 100, 100],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
16 "rect": [348, 88, 100, 100],
17 "reason": "layoutObject removal"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='keep' class='item'",
21 "rect": [88, 88, 100, 100],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [348, 88, 4, 19],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [348, 88, 4, 19],
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [88, 88, 4, 19],
37 "reason": "bounds change"
38 }
39 ]
40 }
41 ],
42 "objectPaintInvalidations": [
43 {
44 "object": "LayoutText #text",
45 "reason": "layoutObject removal"
46 },
47 {
48 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
49 "reason": "layoutObject removal"
50 },
51 {
52 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem ove_inner' class='inner'",
53 "reason": "layoutObject removal"
54 },
55 {
56 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'",
57 "reason": "layoutObject removal"
58 },
59 {
60 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'",
61 "reason": "location change"
62 },
63 {
64 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_i nner' class='inner'",
65 "reason": "location change"
66 },
67 {
68 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
69 "reason": "location change"
70 },
71 {
72 "object": "LayoutBlockFlow DIV id='keep' class='item'",
73 "reason": "bounds change"
74 },
75 {
76 "object": "RootInlineBox",
77 "reason": "bounds change"
78 },
79 {
80 "object": "LayoutText #text",
81 "reason": "bounds change"
82 },
83 {
84 "object": "InlineTextBox '\u00A0'",
85 "reason": "bounds change"
86 }
87 ]
88 }
89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698