| <!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> |