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

Side by Side Diff: LayoutTests/fast/repaint/composited-inline-repaint-expected.txt

Issue 434453002: Promote inlines to first-class invalidation citizens (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add test and expectations Created 6 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
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 [8, 113, 784, 102], 9 [8, 8, 784, 18]
10 [0, 121, 800, 102]
11 ], 10 ],
12 "children": [ 11 "children": [
13 { 12 {
14 "position": [8, 8], 13 "position": [8, 8],
15 "bounds": [402, 207], 14 "bounds": [544, 18],
15 "opacity": 0.990000009536743,
16 "drawsContent": true, 16 "drawsContent": true,
17 "repaintRects": [ 17 "repaintRects": [
18 [2, 155, 398, 50], 18 [0, 0, 544, 18]
19 [2, 104, 398, 50],
20 [0, 0, 402, 207],
21 [0, 0, 402, 105]
22 ] 19 ]
23 } 20 }
24 ] 21 ]
25 } 22 }
26 ] 23 ]
27 } 24 }
28 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698