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

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

Issue 408083002: Revert of Enforce clearing renderers' paint invalidation state (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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, 155, 398, 50], 14 [2, 155, 398, 50],
19 [2, 104, 398, 50], 15 [2, 104, 398, 50],
20 [0, 0, 402, 207], 16 [0, 0, 402, 207],
21 [0, 0, 402, 105] 17 [0, 0, 402, 105]
22 ] 18 ]
23 } 19 }
24 ] 20 ]
25 } 21 }
26 ] 22 ]
27 } 23 }
28 24
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/flexbox/repaint-column-reverse-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698