diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-05 00:55:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-05 00:55:24 +0200 |
commit | d3a012029644276b89691bf9ffa909c131bee841 (patch) | |
tree | 710ce0ca1eb2e1d5f96619c457647a2806032874 /src | |
parent | This commit implements some speed optimizations on startup (diff) | |
download | rekonq-d3a012029644276b89691bf9ffa909c131bee841.tar.xz |
Added static test for dark colours schemes
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/test_with_dark_colors.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/test_with_dark_colors.html b/src/tests/test_with_dark_colors.html new file mode 100644 index 00000000..8bb20d74 --- /dev/null +++ b/src/tests/test_with_dark_colors.html @@ -0,0 +1,7 @@ +<html><head> +<meta http-equiv="content-type" content="text/html; charset=UTF-8"> + + </head><body><h1>Hello World!</h1> + <p>No colours are set (text or background). This is not legible +with a dark colour scheme in KDE.</p> + </body></html>
\ No newline at end of file |