Bug 562962 - unit test fail: reftest/tests/layout/reftests/editor/xul/empty-1.xul; r=roc

--HG--
extra : rebase_source : 3eed1d5c49f3efeef22e8662406c6adb46dc2dac
This commit is contained in:
Ehsan Akhgari 2010-05-27 19:52:26 -04:00
parent ae177e1855
commit 24e588b137
2 changed files with 6 additions and 0 deletions

View File

@ -41,9 +41,11 @@ html|input.empty {
color: graytext;
}
/*
html|input.empty:-moz-system-metric(windows-default-theme) {
font-style: italic;
}
*/
html|input.num {
text-align: end;

View File

@ -1,5 +1,9 @@
%include textbox.css
/*
* Make sure to uncomment the corresponsing code in layout/reftests/editor/xul/input.css
* when removing this comment.
*/
/*
textbox html|*.textbox-input:-moz-placeholder:-moz-system-metric(windows-default-theme) {
font-style: italic;