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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt

Issue 1454953002: Auto-rebaseline for r360144 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 "repaintRects": [
9 [207, 293, 56, 15],
10 [151, 293, 112, 15],
11 [8, 293, 199, 15]
12 ],
13 "paintInvalidationClients": [
14 "HorizontalScrollbar",
15 "HorizontalScrollbar",
16 "HorizontalScrollbar"
17 ],
18 "children": [
19 {
20 "position": [8, 8],
21 "bounds": [285, 285],
22 "shouldFlattenTransform": false,
23 "children": [
24 {
25 "position": [-315, 0],
26 "bounds": [600, 600],
27 "contentsOpaque": true,
28 "drawsContent": true,
29 "backgroundColor": "#FF0000",
30 "repaintRects": [
31 [0, 0, 600, 600]
32 ],
33 "paintInvalidationClients": [
34 "LayoutBlockFlow DIV id='inner'"
35 ]
36 }
37 ]
38 }
39 ]
40 }
41 ]
42 }
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698