Chromium Code Reviews| Index: tests/bitmaps/case_simple.yaml |
| diff --git a/tests/bitmaps/case_simple.yaml b/tests/bitmaps/case_simple.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5c8590dbc1ae69ca5c414bd9d23fb96b65705769 |
| --- /dev/null |
| +++ b/tests/bitmaps/case_simple.yaml |
| @@ -0,0 +1,27 @@ |
| + |
| +bmpblock: 1.0 |
| + |
| +images: |
| + background: Background.bmp |
| + text: Word.bmp |
| + |
| +screens: |
| + scr_1: |
| + - [0, 0, background] |
| + - [45, 45, text ] |
| + |
| + scr_2: |
| + - [0, 0, background] |
| + - [45, 400, text ] |
| + |
| + scr_3: |
| + - [0, 0, background] |
| + - [400, 400, text ] |
| + |
| + scr_4: |
| + - [0, 0, background] |
| + - [400, 45, text ] |
| + |
| + |
| +localizations: |
| + - [ scr_1, scr_2, scr_3, scr_4 ] |