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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt

Issue 984813004: Auto-rebaseline for r191480 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | Annotate | Revision Log
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 "repaintRects": [ 8 "repaintRects": [
9 [230, 293, 63, 15], 9 [230, 293, 63, 15],
10 [168, 293, 125, 15], 10 [168, 293, 125, 15],
11 [8, 293, 222, 15] 11 [8, 293, 222, 15]
12 ], 12 ],
13 "paintInvalidationClients": [
14 "HorizontalScrollbar",
15 "HorizontalScrollbar",
16 "HorizontalScrollbar"
17 ],
13 "children": [ 18 "children": [
14 { 19 {
15 "position": [8, 8], 20 "position": [8, 8],
16 "bounds": [285, 285], 21 "bounds": [285, 285],
17 "shouldFlattenTransform": false, 22 "shouldFlattenTransform": false,
18 "children": [ 23 "children": [
19 { 24 {
20 "position": [-315, 0], 25 "position": [-315, 0],
21 "bounds": [600, 600], 26 "bounds": [600, 600],
22 "contentsOpaque": true, 27 "contentsOpaque": true,
23 "drawsContent": true, 28 "drawsContent": true,
24 "backgroundColor": "#FF0000", 29 "backgroundColor": "#FF0000",
25 "repaintRects": [ 30 "repaintRects": [
26 [0, 0, 600, 600] 31 [0, 0, 600, 600]
32 ],
33 "paintInvalidationClients": [
34 "LayoutBlockFlow DIV id='inner'"
27 ] 35 ]
28 } 36 }
29 ] 37 ]
30 } 38 }
31 ] 39 ]
32 } 40 }
33 ] 41 ]
34 } 42 }
35 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698