Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / underline-select-1.html
blob84c74d5f765e49d620fd6d5bf0228a520effcc55
1 <!doctype html>
2 <html>
3 <body>
4 <span style="text-decoration: underline">
5 Some<select><option>text</option></select>and a button
6 </span>
7 </body>
8 </html>