Bug 575731: Make test more stable in the face of various themes. r,a=sicking

This commit is contained in:
Benjamin Stover 2010-08-19 13:08:48 -07:00
Родитель 13e0dcc9a4
Коммит cff26ac208
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=564863
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
<style>
* {
color: rgb(0, 0, 0);
}
#div_id {
color: rgb(10, 10, 10);
}