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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "InlineTextBox 'Hi!'", 11 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
12 "rect": [0, 0, 0, 0], 12 "rect": [425, 980, 360, 90],
13 "reason": "location change" 13 "reason": "location change"
14 }, 14 },
15 { 15 {
16 "object": "InlineTextBox 'Hi!'",
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'", 16 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
27 "rect": [425, 980, 360, 90], 17 "rect": [425, 980, 360, 90],
28 "reason": "location change" 18 "reason": "location change"
29 }, 19 },
30 { 20 {
31 "object": "LayoutBlockFlow (positioned) DIV id='abs'", 21 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
32 "rect": [425, 980, 360, 90], 22 "rect": [425, 480, 360, 90],
33 "reason": "location change" 23 "reason": "location change"
34 }, 24 },
35 { 25 {
36 "object": "LayoutBlockFlow (positioned) DIV id='abs'", 26 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
37 "rect": [425, 480, 360, 90], 27 "rect": [425, 480, 360, 90],
38 "reason": "location change" 28 "reason": "location change"
39 }, 29 },
40 { 30 {
41 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", 31 "object": "LayoutText #text",
42 "rect": [0, 0, 0, 0], 32 "rect": [425, 980, 22, 17],
43 "reason": "location change" 33 "reason": "location change"
44 }, 34 },
45 { 35 {
46 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", 36 "object": "LayoutText #text",
47 "rect": [0, 0, 0, 0], 37 "rect": [425, 980, 22, 17],
48 "reason": "location change" 38 "reason": "location change"
49 }, 39 },
50 { 40 {
51 "object": "LayoutText #text", 41 "object": "LayoutText #text",
52 "rect": [425, 480, 22, 17], 42 "rect": [425, 480, 22, 17],
53 "reason": "location change" 43 "reason": "location change"
54 }, 44 },
55 { 45 {
56 "object": "LayoutText #text", 46 "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], 47 "rect": [425, 480, 22, 17],
68 "reason": "location change" 48 "reason": "location change"
69 }, 49 },
70 { 50 {
51 "object": "InlineTextBox 'Hi!'",
52 "reason": "location change"
53 },
54 {
55 "object": "InlineTextBox 'Hi!'",
56 "reason": "location change"
57 },
58 {
59 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
60 "reason": "location change"
61 },
62 {
63 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
64 "reason": "location change"
65 },
66 {
71 "object": "RootInlineBox", 67 "object": "RootInlineBox",
72 "rect": [0, 0, 0, 0],
73 "reason": "full" 68 "reason": "full"
74 }, 69 },
75 { 70 {
76 "object": "RootInlineBox", 71 "object": "RootInlineBox",
77 "rect": [0, 0, 0, 0],
78 "reason": "full" 72 "reason": "full"
79 } 73 }
80 ] 74 ]
81 } 75 }
82 ] 76 ]
83 } 77 }
84 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698