summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/textarea/setvalue-framereconstruction-ref.html
blob: 3f51088156efd52f34f505fec4c1524e0e39d4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>

<body>

<div id="div">
  <textarea rows="3" cols="5" id="textarea">x y</textarea>
</div>

<select style="-moz-appearance:none">
  <option id="opt1"></option>
</select>

</body>
</html>