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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/layers/scroll-descendant-with-cached-cliprects-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": [785, 1893], 2 "bounds": [785, 1893],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 1893], 5 "bounds": [785, 1893],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 10 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
11 "rect": [0, 0, 0, 0],
12 "reason": "style change"
13 },
14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
16 "rect": [677, 50, 100, 100],
17 "reason": "location change"
18 },
19 {
20 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
21 "rect": [677, 250, 100, 100], 11 "rect": [677, 250, 100, 100],
22 "reason": "location change" 12 "reason": "location change"
23 }, 13 },
24 { 14 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ", 15 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
26 "rect": [0, 0, 0, 0],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
31 "rect": [677, 50, 100, 100],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
36 "rect": [677, 250, 100, 100], 16 "rect": [677, 250, 100, 100],
37 "reason": "location change" 17 "reason": "location change"
38 }, 18 },
39 { 19 {
40 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 20 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
41 "rect": [0, 0, 0, 0], 21 "rect": [677, 250, 100, 100],
42 "reason": "style change" 22 "reason": "location change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [677, 250, 100, 100],
27 "reason": "location change"
28 },
29 {
30 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
31 "rect": [677, 50, 100, 100],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
36 "rect": [677, 50, 100, 100],
37 "reason": "location change"
43 }, 38 },
44 { 39 {
45 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 40 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
46 "rect": [677, 50, 100, 100], 41 "rect": [677, 50, 100, 100],
47 "reason": "location change" 42 "reason": "location change"
48 }, 43 },
49 { 44 {
50 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
51 "rect": [677, 250, 100, 100],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutBlockFlow DIV",
56 "rect": [0, 0, 0, 0],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutBlockFlow DIV", 45 "object": "LayoutBlockFlow DIV",
61 "rect": [677, 50, 100, 100], 46 "rect": [677, 50, 100, 100],
62 "reason": "location change" 47 "reason": "location change"
63 }, 48 },
64 { 49 {
50 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
51 "reason": "style change"
52 },
53 {
54 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
55 "reason": "style change"
56 },
57 {
58 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
59 "reason": "style change"
60 },
61 {
65 "object": "LayoutBlockFlow DIV", 62 "object": "LayoutBlockFlow DIV",
66 "rect": [677, 250, 100, 100], 63 "reason": "style change"
67 "reason": "location change"
68 } 64 }
69 ] 65 ]
70 } 66 }
71 ] 67 ]
72 } 68 }
73 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698