blob: ef2b2108c2ef82ec5071bd3960ff5d6c81018b3e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we position cancel/magnifier buttons properly for RTL content.</title>
</head>
<body>
<div dir=rtl>
right to left search fields:
<input type="search" value="foobar" >
<input type="search" results=5 value="foobar" >
</div>
<div>
left to right search fields:
<input type="search" value="foobar" >
<input type="search" results=5 value="foobar" >
</div>
</body>