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

Side by Side Diff: LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt

Issue 403843002: Convert some layout tests to text-based-repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase tests (due to removal of <pre>) 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": [785, 4021], 2 "bounds": [785, 4016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 4021], 5 "bounds": [785, 4016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [0, 500, 400, 200] 9 [0, 500, 400, 200]
10 ], 10 ],
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [0, 600], 13 "position": [0, 600],
14 "bounds": [400, 100], 14 "bounds": [400, 100],
15 "contentsOpaque": true, 15 "contentsOpaque": true,
(...skipping 10 matching lines...) Expand all
26 } 26 }
27 ] 27 ]
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ] 33 ]
34 } 34 }
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698