mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d051ffeaed
(transplanted from 2437636244f39bbdc7d20b062e2c978b9d85c239) --HG-- rename : layout/reftests/forms/placeholder/placeholder-14.html => layout/reftests/forms/placeholder/placeholder-18.html extra : transplant_source : %247cbD%F3%9B%BD%C7%D2%0B%06.%2C%97%8B%9D%85%C29
18 lines
217 B
HTML
18 lines
217 B
HTML
<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>
|
|
<option id="opt1"></option>
|
|
</select>
|
|
|
|
</body>
|
|
</html>
|
|
|