Bug 355178 - Part 3: Work around the reftest failure by turning spell checker off; r=roc a=test-only

This commit is contained in:
Ehsan Akhgari 2011-01-28 14:46:37 -05:00
parent b38596bd75
commit 63db96751b

View File

@ -17,6 +17,7 @@ textarea {
<title>Test Wordwrap</title>
</head>
<body>
<textarea rows="10" cols="20" dir="rtl">ذهعقروبلجيكا،الموسوعةكل,تمبوابةاقتصاديةهذه.ضمنهاالروسوحرمانبلعدد,يكنجسيمةلإعادةلم.يكنوالحلفاءبالقنابلهو,بحثخسائرالدفاعبالهجومعن.فرنسيةمارشالبينيتودحرثم,وصلبشريةالرايخبالحربتم.</textarea>
<!-- spellcheck="false" added as a workaround to our maximum length of words for the spell checker -->
<textarea spellcheck="false" rows="10" cols="20" dir="rtl">ذهعقروبلجيكا،الموسوعةكل,تمبوابةاقتصاديةهذه.ضمنهاالروسوحرمانبلعدد,يكنجسيمةلإعادةلم.يكنوالحلفاءبالقنابلهو,بحثخسائرالدفاعبالهجومعن.فرنسيةمارشالبينيتودحرثم,وصلبشريةالرايخبالحربتم.</textarea>
</body>
</html>