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

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

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

Powered by Google App Engine
This is Rietveld 408576698