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

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

Issue 389573008: Enforce clearing renderers' paint invalidation state (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated TestExpectations for landing. 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 ],
8 "children": [ 12 "children": [
9 { 13 {
10 "position": [8, 8], 14 "position": [8, 8],
11 "bounds": [402, 207], 15 "bounds": [402, 207],
12 "drawsContent": true, 16 "drawsContent": true,
13 "repaintRects": [ 17 "repaintRects": [
14 [2, 155, 398, 50], 18 [2, 155, 398, 50],
15 [2, 104, 398, 50], 19 [2, 104, 398, 50],
16 [0, 0, 402, 207], 20 [0, 0, 402, 207],
17 [0, 0, 402, 105] 21 [0, 0, 402, 105]
18 ] 22 ]
19 } 23 }
20 ] 24 ]
21 } 25 }
22 ] 26 ]
23 } 27 }
24 28
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