summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-rtl.html
blob: 5898ed55c7307cd03e032425a2c0ed9ed8fe246b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html dir='rtl'>
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input placeholder='foo'>
    <textarea placeholder='foo'></textarea>
  </body>
</html>