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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/relative-inline-positioned-movement-repaint-expected.txt

Issue 2704383008: Auto-rebaseline for r453070 (Closed)
Patch Set: Created 3 years, 10 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 BODY",
11 "rect": [8, 8, 784, 18],
12 "reason": "forced by layout"
13 }
14 ]
15 },
16 {
17 "name": "LayoutInline (relative positioned) DIV id='block'",
18 "position": [68, 7],
19 "bounds": [374, 19],
20 "drawsContent": true,
21 "backfaceVisibility": "hidden",
22 "paintInvalidations": [
23 {
24 "object": "LayoutInline (relative positioned) DIV id='block'",
25 "rect": [0, 0, 374, 19],
26 "reason": "forced by layout"
27 },
28 {
29 "object": "LayoutText #text",
30 "rect": [1, 1, 372, 17],
31 "reason": "forced by layout"
32 }
33 ]
34 }
35 ],
36 "objectPaintInvalidations": [
37 {
38 "object": "LayoutBlockFlow BODY",
39 "reason": "forced by layout"
40 },
41 {
42 "object": "RootInlineBox",
43 "reason": "forced by layout"
44 },
45 {
46 "object": "LayoutInline (relative positioned) DIV id='block'",
47 "reason": "forced by layout"
48 },
49 {
50 "object": "InlineFlowBox",
51 "reason": "forced by layout"
52 },
53 {
54 "object": "LayoutText #text",
55 "reason": "forced by layout"
56 },
57 {
58 "object": "InlineTextBox 'When this layer moves it shouldn't generate a re paint rect.'",
59 "reason": "forced by layout"
60 }
61 ]
62 }
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698