1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/editor/reftests/xul/placeholder-reset.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +@namespace url('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'); 1.5 +@namespace html url('http://www.w3.org/1999/xhtml'); 1.6 + 1.7 +/* We need to have a non-transparent placeholder so we can test it. */ 1.8 +html|input::-moz-placeholder { 1.9 + opacity: 1.0; 1.10 + color: graytext; 1.11 +} 1.12 \ No newline at end of file