1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/accessible/tests/mochitest/name/general.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +box.first { 1.5 + -moz-binding: url('general.xbl#first'); 1.6 +} 1.7 + 1.8 +.second { 1.9 + -moz-binding: url('general.xbl#second'); 1.10 +} 1.11 + 1.12 +.third { 1.13 + -moz-binding: url('general.xbl#third'); 1.14 +}