mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1202318 - Disable resizing of textarea in reftest bidi/267459-1 to work around unreliable Gtk3 rendering of the resize grabber. r=dholbert
This commit is contained in:
parent
e4d24adfd3
commit
4ad8e58cf5
@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<p dir="rtl">‮This paragraph should appear backwards‬</p>
|
||||
<p>
|
||||
<textarea rows="3" cols="80" dir="rtl" >‮This textarea should appear backwards‬</textarea><br>
|
||||
<textarea rows="3" cols="80" dir="rtl" style="resize:none">‮This textarea should appear backwards‬</textarea><br>
|
||||
<input type="text" size="80" dir="rtl" value="‮This input should appear backwards‬"><br>
|
||||
<input type="button" dir="rtl" value="‮This button should appear backwards‬"><br>
|
||||
<select dir="rtl" size="6">
|
||||
|
@ -13,7 +13,7 @@
|
||||
<body>
|
||||
<p class="reversed">This paragraph should appear backwards</p>
|
||||
<p>
|
||||
<textarea class="reversed" rows="3" cols="80">This textarea should appear backwards</textarea><br>
|
||||
<textarea class="reversed" rows="3" cols="80" style="resize:none">This textarea should appear backwards</textarea><br>
|
||||
<input class="reversed" type="text" size="80" value="This input should appear backwards"><br>
|
||||
<input class="reversed" type="button" value="This button should appear backwards"><br>
|
||||
<select size="6" class="reversed">
|
||||
|
Loading…
Reference in New Issue
Block a user