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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [10, 60], 10 "position": [10, 60],
11 "bounds": [300, 400], 11 "bounds": [300, 400],
12 "shouldFlattenTransform": false, 12 "shouldFlattenTransform": false,
13 "drawsContent": true, 13 "drawsContent": true,
14 "paintInvalidations": [ 14 "paintInvalidations": [
15 { 15 {
16 "object": "LayoutBlockFlow (positioned) DIV id='block'", 16 "object": "LayoutBlockFlow (positioned) DIV id='block'",
17 "rect": [50, 160, 200, 50],
18 "reason": "location change"
19 },
20 {
21 "object": "LayoutBlockFlow (positioned) DIV id='block'",
17 "rect": [50, 50, 200, 50], 22 "rect": [50, 50, 200, 50],
18 "reason": "location change" 23 "reason": "location change"
19 },
20 {
21 "object": "LayoutBlockFlow (positioned) DIV id='block'",
22 "rect": [50, 160, 200, 50],
23 "reason": "location change"
24 } 24 }
25 ], 25 ],
26 "children": [ 26 "children": [
27 { 27 {
28 "bounds": [285, 385], 28 "bounds": [285, 385],
29 "shouldFlattenTransform": false, 29 "shouldFlattenTransform": false,
30 "children": [ 30 "children": [
31 { 31 {
32 "bounds": [285, 900], 32 "bounds": [285, 900],
33 "drawsContent": true, 33 "drawsContent": true,
34 "paintInvalidations": [ 34 "paintInvalidations": [
35 { 35 {
36 "object": "LayoutBlockFlow (positioned) DIV id='block'", 36 "object": "LayoutBlockFlow (positioned) DIV id='block'",
37 "rect": [50, 310, 200, 50],
38 "reason": "location change"
39 },
40 {
41 "object": "LayoutBlockFlow (positioned) DIV id='block'",
37 "rect": [50, 200, 200, 50], 42 "rect": [50, 200, 200, 50],
38 "reason": "location change" 43 "reason": "location change"
39 },
40 {
41 "object": "LayoutBlockFlow (positioned) DIV id='block'",
42 "rect": [50, 310, 200, 50],
43 "reason": "location change"
44 } 44 }
45 ] 45 ]
46 } 46 }
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "bounds": [300, 400], 50 "bounds": [300, 400],
51 "children": [ 51 "children": [
52 { 52 {
53 "position": [0, 385], 53 "position": [0, 385],
(...skipping 17 matching lines...) Expand all
71 } 71 }
72 ] 72 ]
73 } 73 }
74 ] 74 ]
75 } 75 }
76 ] 76 ]
77 } 77 }
78 ] 78 ]
79 } 79 }
80 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698