Bug 842158 - Fix comment in input-range-direction-1.html. r=dholbert. DONTBUILD.

This commit is contained in:
Jonathan Watt 2013-02-17 21:52:17 +00:00
parent 1eb81930c2
commit c8102d922f

View File

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<!-- Test: that direction:rtl behaves connectly --> <!-- Test: that direction:rtl behaves correctly -->
<body> <body>
<input type='range' value=70 style="-moz-appearance:none; direction:rtl;"> <input type='range' value=70 style="-moz-appearance:none; direction:rtl;">
</body> </body>