author | Jonathan Watt <jwatt@jwatt.org> |
Sun, 17 Feb 2013 21:52:17 +0000 | |
changeset 122187 | 16ff7211d7b22aebc9004d51f4a81f46257858a4 |
parent 122186 | 841077d27df82a4723a0f2b79e652779835f9e8d |
child 122188 | 1a9f0e93437032d0b421a1006c23ac58e6a12f6d |
push id | 24322 |
push user | dbaron@mozilla.com |
push date | Mon, 18 Feb 2013 08:55:11 +0000 |
treeherder | mozilla-central@0acbd06d48a9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dholbert |
bugs | 842158 |
milestone | 21.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
layout/reftests/forms/input/range/input-range-direction-unthemed-1.html | file | annotate | diff | comparison | revisions |
--- a/layout/reftests/forms/input/range/input-range-direction-unthemed-1.html +++ b/layout/reftests/forms/input/range/input-range-direction-unthemed-1.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> - <!-- Test: that direction:rtl behaves connectly --> + <!-- Test: that direction:rtl behaves correctly --> <body> <input type='range' value=70 style="-moz-appearance:none; direction:rtl;"> </body> </html>