gnome-shell/tests/testcommon/test.css
Owen W. Taylor d8d7f5f711 Add some structure for interactive tests of UI components
js/ui/environment.js: Split out initial UI setup (Tweener initialization,
  Nbtk monkey-patching) into a separate file we can import from tests.

tests/: Directory for various types of tests
tests/run-test.sh: Shell script that to run tests with an appropriate
  environment set up.

tests/testcommon/: Common modules and data for tests
tests/interactive/: Interactive tests

tests/interactive/box-layout.js: A sample test of NbtkLayout
2009-09-18 16:18:50 -04:00

14 lines
158 B
CSS

@import "../../data/gnome-shell.css";
*.red {
background-color: red;
}
*.green {
background-color: green;
}
*.blue {
background-color: blue;
}