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

Side by Side Diff: LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [300, 300],
11 "bounds": [200, 200],
12 "drawsContent": true,
13 "repaintRects": [
14 [0, 50, 100, 100]
15 ],
16 "paintInvalidationClients": [
17 "LayoutBlockFlow DIV id='target'"
18 ],
19 "children": [
20 {
21 "bounds": [185, 200],
22 "children": [
23 {
24 "bounds": [185, 4900],
25 "drawsContent": true,
26 "repaintRects": [
27 [0, 2400, 100, 100]
28 ],
29 "paintInvalidationClients": [
30 "LayoutBlockFlow DIV id='target'"
31 ],
32 "children": [
33 {
34
35 }
36 ]
37 }
38 ]
39 },
40 {
41 "children": [
42 {
43 "position": [185, 0],
44 "bounds": [15, 200],
45 "drawsContent": true,
46 "repaintRects": [
47 [0, 0, 15, 200]
48 ],
49 "paintInvalidationClients": [
50 "##ALL##"
51 ]
52 }
53 ]
54 }
55 ]
56 }
57 ]
58 }
59 ]
60 }
61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698