mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
ae177e1855
commit
24e588b137
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user