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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [500, 500],
12 "shouldFlattenTransform": false,
13 "drawsContent": true,
14 "paintInvalidations": [
15 {
16 "object": "LayoutBlockFlow DIV id='content'",
17 "rect": [-2001, -2000, 5001, 5000],
18 "reason": "style change"
19 },
20 {
21 "object": "RootInlineBox",
22 "reason": "full"
23 }
24 ],
25 "children": [
26 {
27 "bounds": [485, 485],
28 "shouldFlattenTransform": false,
29 "children": [
30 {
31 "bounds": [5000, 5000],
32 "drawsContent": true,
33 "paintInvalidations": [
34 {
35 "object": "LayoutBlockFlow DIV id='content'",
36 "rect": [-1, 0, 5001, 5000],
37 "reason": "style change"
38 },
39 {
40 "object": "RootInlineBox",
41 "reason": "full"
42 }
43 ]
44 }
45 ]
46 },
47 {
48 "bounds": [500, 500],
49 "children": [
50 {
51 "position": [0, 485],
52 "bounds": [485, 15],
53 "paintInvalidations": [
54 {
55 "object": "Horizontal Scrollbar Layer",
56 "rect": [0, 0, 485, 15],
57 "reason": "full"
58 }
59 ]
60 },
61 {
62 "position": [485, 0],
63 "bounds": [15, 485],
64 "paintInvalidations": [
65 {
66 "object": "Vertical Scrollbar Layer",
67 "rect": [0, 0, 15, 485],
68 "reason": "full"
69 }
70 ]
71 },
72 {
73 "position": [485, 485],
74 "bounds": [15, 15],
75 "drawsContent": true
76 }
77 ]
78 }
79 ]
80 }
81 ]
82 }
83 ]
84 }
85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698