This fails: ``` .test { direction: ltr; text-indent: -1000px; } ``` This is ok: ``` .test { text-indent: -1000px; direction: ltr; } ```