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

Side by Side Diff: LayoutTests/platform/linux/compositing/repaint/invalidations-on-composited-layers-expected.txt

Issue 408843004: Convert more tests into text-based-repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove LayoutTests/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.… 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [8, 413, 784, 29],
10 [8, 13, 784, 16],
11 [0, 421, 800, 29]
12 ],
13 "children": [
14 {
15 "position": [8, 42],
16 "bounds": [400, 400],
17 "contentsOpaque": true,
18 "drawsContent": true,
19 "backgroundColor": "#008000",
20 "repaintRects": [
21 [0, 0, 400, 400],
22 [0, 0, 400, 400]
23 ],
24 "children": [
25 {
26 "position": [50, 50],
27 "bounds": [75, 75],
28 "contentsOpaque": true,
29 "drawsContent": true,
30 "backgroundColor": "#0000FF",
31 "repaintRects": [
32 [0, 0, 75, 75],
33 [0, 0, 75, 75]
34 ]
35 }
36 ]
37 }
38 ]
39 }
40 ]
41 }
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698