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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 } 29 }
30 ], 30 ],
31 "objectPaintInvalidations": [ 31 "objectPaintInvalidations": [
32 { 32 {
33 "object": "LayoutBlockFlow BODY", 33 "object": "LayoutBlockFlow BODY",
34 "reason": "forced by layout" 34 "reason": "geometry"
35 }, 35 },
36 { 36 {
37 "object": "RootInlineBox", 37 "object": "RootInlineBox",
38 "reason": "forced by layout" 38 "reason": "geometry"
39 }, 39 },
40 { 40 {
41 "object": "LayoutInline (relative positioned) DIV id='block'", 41 "object": "LayoutInline (relative positioned) DIV id='block'",
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "InlineFlowBox", 45 "object": "InlineFlowBox",
46 "reason": "forced by layout" 46 "reason": "geometry"
47 }, 47 },
48 { 48 {
49 "object": "LayoutText #text", 49 "object": "LayoutText #text",
50 "reason": "forced by layout" 50 "reason": "geometry"
51 }, 51 },
52 { 52 {
53 "object": "InlineTextBox 'When this layer moves it shouldn't generate a re paint rect.'", 53 "object": "InlineTextBox 'When this layer moves it shouldn't generate a re paint rect.'",
54 "reason": "forced by layout" 54 "reason": "geometry"
55 } 55 }
56 ] 56 ]
57 } 57 }
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698