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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/relative-inline-positioned-movement-repaint-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 BODY", 10 "object": "LayoutBlockFlow BODY",
11 "rect": [8, 8, 784, 20], 11 "rect": [8, 8, 784, 20],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 } 13 }
14 ] 14 ]
15 }, 15 },
16 { 16 {
17 "name": "LayoutInline (relative positioned) DIV id='block'", 17 "name": "LayoutInline (relative positioned) DIV id='block'",
18 "position": [68, 7], 18 "position": [68, 7],
19 "bounds": [348, 21], 19 "bounds": [348, 21],
20 "drawsContent": true, 20 "drawsContent": true,
21 "backfaceVisibility": "hidden", 21 "backfaceVisibility": "hidden",
22 "paintInvalidations": [ 22 "paintInvalidations": [
23 { 23 {
24 "object": "LayoutInline (relative positioned) DIV id='block'", 24 "object": "LayoutInline (relative positioned) DIV id='block'",
25 "rect": [0, 0, 348, 21], 25 "rect": [0, 0, 348, 21],
26 "reason": "forced by layout" 26 "reason": "geometry"
27 }, 27 },
28 { 28 {
29 "object": "LayoutText #text", 29 "object": "LayoutText #text",
30 "rect": [1, 1, 346, 19], 30 "rect": [1, 1, 346, 19],
31 "reason": "forced by layout" 31 "reason": "geometry"
32 } 32 }
33 ] 33 ]
34 } 34 }
35 ], 35 ],
36 "objectPaintInvalidations": [ 36 "objectPaintInvalidations": [
37 { 37 {
38 "object": "LayoutBlockFlow BODY", 38 "object": "LayoutBlockFlow BODY",
39 "reason": "forced by layout" 39 "reason": "geometry"
40 }, 40 },
41 { 41 {
42 "object": "RootInlineBox", 42 "object": "RootInlineBox",
43 "reason": "forced by layout" 43 "reason": "geometry"
44 }, 44 },
45 { 45 {
46 "object": "LayoutInline (relative positioned) DIV id='block'", 46 "object": "LayoutInline (relative positioned) DIV id='block'",
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "InlineFlowBox", 50 "object": "InlineFlowBox",
51 "reason": "forced by layout" 51 "reason": "geometry"
52 }, 52 },
53 { 53 {
54 "object": "LayoutText #text", 54 "object": "LayoutText #text",
55 "reason": "forced by layout" 55 "reason": "geometry"
56 }, 56 },
57 { 57 {
58 "object": "InlineTextBox 'When this layer moves it shouldn't generate a re paint rect.'", 58 "object": "InlineTextBox 'When this layer moves it shouldn't generate a re paint rect.'",
59 "reason": "forced by layout" 59 "reason": "geometry"
60 } 60 }
61 ] 61 ]
62 } 62 }
63 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698