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

Side by Side Diff: LayoutTests/compositing/repaint/resize-repaint-expected.txt

Issue 204843002: Reduce invalidation on children-needs-layout containers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: And more and more... Created 6 years, 5 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": [
9 [8, 113, 784, 102],
10 [0, 126, 800, 102]
11 ],
12 "children": [ 8 "children": [
13 { 9 {
14 "position": [8, 8], 10 "position": [8, 8],
15 "bounds": [402, 207], 11 "bounds": [402, 207],
16 "drawsContent": true, 12 "drawsContent": true,
17 "repaintRects": [ 13 "repaintRects": [
18 [2, 104, 398, 1], 14 [2, 104, 398, 1],
19 [0, 104, 402, 1] 15 [0, 104, 402, 1]
20 ] 16 ]
21 } 17 }
22 ] 18 ]
23 } 19 }
24 ] 20 ]
25 } 21 }
26 22
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/box-shadow/negative-shadow-box-expand-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698