OLD | NEW |
(Empty) | |
| 1 CSS Global Support Directory |
| 2 ============================ |
| 3 |
| 4 This directory contains common support files (such as images and external |
| 5 style sheets). These are sync'ed into the support directories of all our |
| 6 test suites. If you have test-suite-specific support files, please add |
| 7 them to the appropriate test-suite-specific support/ directory. |
| 8 |
| 9 If you add to a support/ directory, please run the tools/supportprop.py |
| 10 script from the top of the repository to cascade support files into the |
| 11 lower-level support directories. |
| 12 |
| 13 Description of the Common Support File Collection |
| 14 ------------------------------------------------- |
| 15 |
| 16 The 1x1-* images are all exactly one pixel. |
| 17 |
| 18 The swatch-* images all use 15x15 cells. |
| 19 |
| 20 The square-* images all use 15x15 cells with one pixel borders. |
| 21 |
| 22 The pattern-* images use cells of various sizes: |
| 23 |
| 24 pattern-gg-gr.png 20x20 |
| 25 pattern-grg-rgr-grg.png 20x20 |
| 26 pattern-rgr-grg-rgr.png 20x20 |
| 27 pattern-tr.png 15x15 |
| 28 pattern-grg-rrg-rgg.png 15x15 |
| 29 |
OLD | NEW |