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

Side by Side Diff: tests/bitmaps/case_order1.yaml

Issue 6533012: Write images to the bmpblock in the order they appear in the yaml. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Created 9 years, 10 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
« no previous file with comments | « tests/bitmaps/TestBmpBlock.py ('k') | tests/bitmaps/case_order2.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 bmpblock: 1.0
3
4 images:
5 image0: Background.bmp
6 image1: Word.bmp
7
8 screens:
9 scr_a0:
10 - [0, 0, image0]
11
12 scr_b0:
13 - [0, 0, image0]
14
15 scr_c0:
16 - [0, 0, image0]
17
18 scr_d0:
19 - [0, 0, image0]
20
21 scr_a1:
22 - [45, 45, image1 ]
23
24 scr_b1:
25 - [45, 400, image1 ]
26
27 scr_c1:
28 - [400, 400, image1 ]
29
30 scr_d1:
31 - [400, 45, image1 ]
32
33 localizations:
34 - [ scr_a0, scr_b0, scr_c0, scr_d0 ]
35 - [ scr_a1, scr_b1, scr_c1, scr_d1 ]
36
OLDNEW
« no previous file with comments | « tests/bitmaps/TestBmpBlock.py ('k') | tests/bitmaps/case_order2.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698