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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 Hi! 1 Hi!
2 { 2 {
3 "bounds": [785, 4021], 3 "bounds": [785, 4021],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [785, 4021], 6 "bounds": [785, 4021],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "repaintRects": [ 9 "paintInvalidations": [
10 [425, 980, 360, 90], 10 {
11 [425, 980, 360, 90], 11 "object": "InlineTextBox 'Hi!'",
12 [425, 980, 22, 17], 12 "rect": [0, 0, 0, 0],
13 [425, 980, 22, 17], 13 "reason": "location change"
14 [425, 480, 360, 90], 14 },
15 [425, 480, 360, 90], 15 {
16 [425, 480, 22, 17], 16 "object": "InlineTextBox 'Hi!'",
17 [425, 480, 22, 17] 17 "rect": [0, 0, 0, 0],
18 "reason": "location change"
19 },
20 {
21 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
22 "rect": [425, 480, 360, 90],
23 "reason": "location change"
24 },
25 {
26 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
27 "rect": [425, 980, 360, 90],
28 "reason": "location change"
29 },
30 {
31 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
32 "rect": [425, 980, 360, 90],
33 "reason": "location change"
34 },
35 {
36 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
37 "rect": [425, 480, 360, 90],
38 "reason": "location change"
39 },
40 {
41 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
42 "rect": [0, 0, 0, 0],
43 "reason": "location change"
44 },
45 {
46 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
47 "rect": [0, 0, 0, 0],
48 "reason": "location change"
49 },
50 {
51 "object": "LayoutText #text",
52 "rect": [425, 480, 22, 17],
53 "reason": "location change"
54 },
55 {
56 "object": "LayoutText #text",
57 "rect": [425, 980, 22, 17],
58 "reason": "location change"
59 },
60 {
61 "object": "LayoutText #text",
62 "rect": [425, 980, 22, 17],
63 "reason": "location change"
64 },
65 {
66 "object": "LayoutText #text",
67 "rect": [425, 480, 22, 17],
68 "reason": "location change"
69 },
70 {
71 "object": "RootInlineBox",
72 "rect": [0, 0, 0, 0],
73 "reason": "full"
74 },
75 {
76 "object": "RootInlineBox",
77 "rect": [0, 0, 0, 0],
78 "reason": "full"
79 }
18 ] 80 ]
19 } 81 }
20 ] 82 ]
21 } 83 }
22 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698